We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd9912 commit 1d071b8Copy full SHA for 1d071b8
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