Add charts for helm 3
This commit is contained in:
@@ -4,7 +4,7 @@ TOP=@out@/share/kube-system-bootstrap
|
|||||||
|
|
||||||
ca=@initca@
|
ca=@initca@
|
||||||
apiserver="@apiserver@"
|
apiserver="@apiserver@"
|
||||||
|
filseserver="@fileserver@"
|
||||||
grafana_ldap_toml="@grafana_ldap_toml@"
|
grafana_ldap_toml="@grafana_ldap_toml@"
|
||||||
|
|
||||||
apply_configs () {
|
apply_configs () {
|
||||||
@@ -76,6 +76,9 @@ install_prometheus_crds () {
|
|||||||
kubectl apply -f $url/crd-podmonitor.yaml
|
kubectl apply -f $url/crd-podmonitor.yaml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
helm repo add stable https://kubernetes-charts.storage.googleapis.com
|
||||||
|
helm repo update
|
||||||
|
|
||||||
apply_configs
|
apply_configs
|
||||||
install_prometheus_crds
|
install_prometheus_crds
|
||||||
install_certmgr
|
install_certmgr
|
||||||
|
|||||||
Reference in New Issue
Block a user