mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-14 17:03:48 +01:00
helm: make releases atomic
This commit is contained in:
parent
467dc14978
commit
844eca48a3
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ writeShellScriptBin "kubenix" ''
|
||||||
|
|
||||||
apply)
|
apply)
|
||||||
_kubectl apply
|
_kubectl apply
|
||||||
_helm upgrade --install --create-namespace
|
_helm upgrade --atomic --install --create-namespace
|
||||||
shift;;
|
shift;;
|
||||||
|
|
||||||
diff)
|
diff)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue