Add GKE patch

This commit is contained in:
Frederic Branczyk
2020-12-04 09:22:49 +01:00
parent 25f88e8132
commit d748fe4d96

View File

@@ -0,0 +1,13 @@
(import './kube-prometheus-managed-cluster.libsonnet') + {
_config+:: {
prometheusAdapter+:: {
config+: {
resourceRules:: null,
},
},
},
prometheusAdapter+:: {
apiService:: null,
},
}