Totally revamp cluster chart configs
This commit is contained in:
19
charts/ingress-nginx/deploy.sh
Executable file
19
charts/ingress-nginx/deploy.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
namespace=kube-system
|
||||
|
||||
charts=()
|
||||
|
||||
. ../config.sh
|
||||
|
||||
kubectl_apply "${charts[@]}"
|
||||
|
||||
helm template \
|
||||
-n $namespace \
|
||||
-f values.yaml \
|
||||
ingress \
|
||||
ingress-nginx/ingress-nginx \
|
||||
| make_substitutions \
|
||||
| kubectl apply -n $namespace -f -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user