We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d57d1 commit c77e29bCopy full SHA for c77e29b
charts/s1-agent/templates/hooks/pre-delete-hook.yaml
@@ -28,7 +28,7 @@ spec:
28
command: [ "/bin/bash", "-c" ]
29
args:
30
- >
31
- tar xzf /s1-helper/kubectl.tar.gz -C /s1-helper/;
+ tar xzf /s1-helper/kubectl.tar.gz -C /;
32
/s1-helper/kubectl get pods --no-headers --field-selector status.phase=Running -o custom-columns=':metadata.name' |
33
grep {{ include "helper.fullname" . }} |
34
xargs -I _ bash -c 'for i in {1..3}; do
0 commit comments