Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pielas committed Sep 9, 2024
1 parent 313f6c6 commit 0cb771e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- /bin/sh
- -c
- |
kubectl delete flinkdeployments --all -n {{ .Release.Namespace }}
kubectl delete flinkdeployments --all -n {{ $originalContext.Release.Namespace }}
resources:
limits:
cpu: "100m"
Expand Down

0 comments on commit 0cb771e

Please sign in to comment.