Merge pull request #821 from brancz/gke

Add GKE patch
This commit is contained in:
Frederic Branczyk
2020-12-04 09:51:54 +01:00
committed by GitHub

View File

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