all the new lines

This commit is contained in:
Cory O'Daniel
2019-03-21 10:47:40 -07:00
parent 6be1adc197
commit 6c8d948335
2 changed files with 4 additions and 2 deletions

View File

@@ -12,4 +12,5 @@ local kp =
{ ['alertmanager-' + name]: kp.alertmanager[name] for name in std.objectFields(kp.alertmanager) } +
{ ['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) }
{ ['grafana-' + name]: kp.grafana[name] for name in std.objectFields(kp.grafana) }

View File

@@ -24,4 +24,5 @@ local kustomization = {
manifests {
"../kustomization": kustomization,
}
}