fix(chart): helm uninstall clear -controller-manager
Signed-off-by: EnnnOK <710720732@qq.com>
This commit is contained in:
parent
b167a4f372
commit
45d9164cb1
|
@ -45,6 +45,7 @@ spec:
|
|||
set -ex
|
||||
kubectl delete -f /opt/mount/ --ignore-not-found=true
|
||||
kubectl delete cm/{{ $name }}-config -n {{ $namespace }} --ignore-not-found=true
|
||||
kubectl delete deployment/{{ $name }}-controller-manager -n {{ $namespace }} --ignore-not-found=true
|
||||
EOF
|
||||
volumeMounts:
|
||||
- name: mount
|
||||
|
|
Loading…
Reference in New Issue