Add charts for helm 3

This commit is contained in:
Jonas Juselius
2020-02-27 15:43:28 +01:00
parent 1257542e46
commit 3031bb5252

View File

@@ -4,7 +4,7 @@ TOP=@out@/share/kube-system-bootstrap
ca=@initca@
apiserver="@apiserver@"
filseserver="@fileserver@"
grafana_ldap_toml="@grafana_ldap_toml@"
apply_configs () {
@@ -76,6 +76,9 @@ install_prometheus_crds () {
kubectl apply -f $url/crd-podmonitor.yaml
}
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo update
apply_configs
install_prometheus_crds
install_certmgr