Skip to content

Commit 1d071b8

Browse files
authored
fix(deploy): remove duplicate glob pattern in manifest cleanup loop (#428)
1 parent dcd9912 commit 1d071b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy/docker/cluster-entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ if [ -d "$BUNDLED_MANIFESTS" ]; then
298298
# Only clean up files that look like openshell manifests (openshell-* or
299299
# envoy-gateway-* or agent-*) to avoid removing built-in k3s manifests.
300300
for existing in "$K3S_MANIFESTS"/openshell-*.yaml \
301-
"$K3S_MANIFESTS"/openshell-*.yaml \
302301
"$K3S_MANIFESTS"/envoy-gateway-*.yaml \
303302
"$K3S_MANIFESTS"/agent-*.yaml; do
304303
[ ! -f "$existing" ] && continue

0 commit comments

Comments
 (0)