1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

all the new lines

This commit is contained in:
Cory O'Daniel
2019-03-21 10:47:40 -07:00
parent 443d28964a
commit d8def0b827
3 changed files with 6 additions and 3 deletions

View File

@@ -13,3 +13,4 @@ local kp =
{ ['prometheus-' + name]: kp.prometheus[name] for name in std.objectFields(kp.prometheus) } +
{ ['prometheus-adapter-' + name]: kp.prometheusAdapter[name] for name in std.objectFields(kp.prometheusAdapter) } +
{ ['grafana-' + name]: kp.grafana[name] for name in std.objectFields(kp.grafana) }

View File

@@ -25,3 +25,4 @@ local kustomization = {
manifests {
"../kustomization": kustomization,
}

View File

@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bundle.yaml