Files
kube-prometheus/jsonnet/kube-prometheus/platforms/gke.libsonnet
paulfantom 1eedb90c17 jsonnet: move files around
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-01-15 15:07:10 +01:00

14 lines
217 B
Jsonnet

(import '../addons/managed-cluster.libsonnet') + {
_config+:: {
prometheusAdapter+:: {
config+: {
resourceRules:: null,
},
},
},
prometheusAdapter+:: {
apiService:: null,
},
}