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:
@@ -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) }
|
||||
|
||||
|
||||
@@ -25,3 +25,4 @@ local kustomization = {
|
||||
manifests {
|
||||
"../kustomization": kustomization,
|
||||
}
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- bundle.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user