fix(prometheus-stack): update CRDs paths
This commit is contained in:
parent
40c6666277
commit
79eb7882dd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ local vars = {
|
||||||
app + {
|
app + {
|
||||||
name:: "prometheus-crds",
|
name:: "prometheus-crds",
|
||||||
namespace:: vars.namespace,
|
namespace:: vars.namespace,
|
||||||
path:: "charts/kube-prometheus-stack/crds/",
|
path:: "charts/kube-prometheus-stack/charts/crds/crds",
|
||||||
repo:: "https://github.com/prometheus-community/helm-charts.git",
|
repo:: "https://github.com/prometheus-community/helm-charts.git",
|
||||||
version:: "kube-prometheus-stack-" + vars.version,
|
version:: "kube-prometheus-stack-" + vars.version,
|
||||||
syncOptions:: ["CreateNamespace=true", "Replace=true"],
|
syncOptions:: ["CreateNamespace=true", "Replace=true"],
|
||||||
|
|
Loading…
Reference in a new issue