mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-15 09:23:49 +01:00
helm create namespace during install
This commit is contained in:
parent
0f9a1b21c2
commit
bbf6df097e
1 changed files with 2 additions and 3 deletions
|
|
@ -63,12 +63,12 @@ writeShellScriptBin "kubenix" ''
|
||||||
|
|
||||||
apply)
|
apply)
|
||||||
_kubectl apply
|
_kubectl apply
|
||||||
_helm upgrade --install
|
_helm upgrade --install --create-namespace
|
||||||
shift;;
|
shift;;
|
||||||
|
|
||||||
diff)
|
diff)
|
||||||
_kubectl diff
|
_kubectl diff
|
||||||
_helm diff upgrade --allow-unreleased
|
_helm diff upgrade --allow-unreleased
|
||||||
shift;;
|
shift;;
|
||||||
|
|
||||||
render)
|
render)
|
||||||
|
|
@ -91,4 +91,3 @@ writeShellScriptBin "kubenix" ''
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
''
|
''
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue