Files
kube-prometheus/jsonnet/kube-prometheus/platforms/gke.libsonnet
T
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,
},
}