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