We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7654e78 commit 87a9933Copy full SHA for 87a9933
deploy/docker/cluster-entrypoint.sh
@@ -298,7 +298,6 @@ if [ -d "$BUNDLED_MANIFESTS" ]; then
298
# Only clean up files that look like openshell manifests (openshell-* or
299
# envoy-gateway-* or agent-*) to avoid removing built-in k3s manifests.
300
for existing in "$K3S_MANIFESTS"/openshell-*.yaml \
301
- "$K3S_MANIFESTS"/openshell-*.yaml \
302
"$K3S_MANIFESTS"/envoy-gateway-*.yaml \
303
"$K3S_MANIFESTS"/agent-*.yaml; do
304
[ ! -f "$existing" ] && continue
0 commit comments