Skip to content

Commit c77e29b

Browse files
committed
charts: pre-delete-hook: fix kubectl path
1 parent a2d57d1 commit c77e29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/s1-agent/templates/hooks/pre-delete-hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
command: [ "/bin/bash", "-c" ]
2929
args:
3030
- >
31-
tar xzf /s1-helper/kubectl.tar.gz -C /s1-helper/;
31+
tar xzf /s1-helper/kubectl.tar.gz -C /;
3232
/s1-helper/kubectl get pods --no-headers --field-selector status.phase=Running -o custom-columns=':metadata.name' |
3333
grep {{ include "helper.fullname" . }} |
3434
xargs -I _ bash -c 'for i in {1..3}; do

0 commit comments

Comments
 (0)