Skip to content

Commit ac454c2

Browse files
committed
final fix
1 parent c1c23a0 commit ac454c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Scale down to release nodes first
8888
run: |
89-
kubectl scale deployment --all --replicas=0 --all-namespaces || true
89+
kubectl scale deployment --all --replicas=0 -n ${{ vars.APP_NAMESPACE }} || true
9090
sleep 30 # Let Karpenter scale down naturally
9191
continue-on-error: true
9292

0 commit comments

Comments
 (0)