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