fix(prometheus-stack): update CRDs paths

This commit is contained in:
Sebastian Mark 2023-08-01 21:04:39 +02:00
parent 40c6666277
commit 79eb7882dd

View file

@ -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"],