Totally revamp cluster chart configs
This commit is contained in:
21
charts/cert-manager/deploy.sh
Normal file
21
charts/cert-manager/deploy.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
version="v1.0.4"
|
||||
namespace=kube-system
|
||||
|
||||
charts=(
|
||||
cluster-ca.yaml
|
||||
cluster-issuer.yaml
|
||||
front-proxy-client.yaml
|
||||
)
|
||||
|
||||
. ../config.sh
|
||||
|
||||
kubectl_apply $namespace "${charts[@]}"
|
||||
|
||||
kubectl apply \
|
||||
-n $namespace \
|
||||
--validate=false \
|
||||
-f https://github.com/jetstack/cert-manager/releases/download/$version/cert-manager.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user