14 lines
217 B
Jsonnet
14 lines
217 B
Jsonnet
(import '../addons/managed-cluster.libsonnet') + {
|
|
_config+:: {
|
|
prometheusAdapter+:: {
|
|
config+: {
|
|
resourceRules:: null,
|
|
},
|
|
},
|
|
},
|
|
|
|
prometheusAdapter+:: {
|
|
apiService:: null,
|
|
},
|
|
}
|