fix post-delete job of chart
Signed-off-by: calvin0327 <wen.chen@daocloud.io>
This commit is contained in:
parent
11cb257031
commit
4e4132e087
|
@ -35,8 +35,8 @@ spec:
|
|||
- |
|
||||
bash <<'EOF'
|
||||
set -ex
|
||||
kubectl delete -f /opt/mount/
|
||||
kubectl delete cm/{{ $name }}-config -n {{ $namespace }}
|
||||
kubectl delete -f /opt/mount/ --ignore-not-found=true
|
||||
kubectl delete cm/{{ $name }}-config -n {{ $namespace }} --ignore-not-found=true
|
||||
EOF
|
||||
volumeMounts:
|
||||
- name: mount
|
||||
|
|
Loading…
Reference in New Issue