added aks platform which is similar to gke (#1869)

This commit is contained in:
ashish1099
2022-10-07 01:28:07 +05:30
committed by GitHub
parent 863ffde5fa
commit 437c00e3b8

View File

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