Skip to content

Commit

Permalink
added aks platform which is similar to gke
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Sep 8, 2022
1 parent bfb332e commit 2ce748b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jsonnet/kube-prometheus/platforms/aks.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
(import '../addons/managed-cluster.libsonnet') + {
values+:: {
prometheusAdapter+: {
config+: {
resourceRules:: null,
},
},
},

prometheusAdapter+:: {
apiService:: null,
},
}

0 comments on commit 2ce748b

Please sign in to comment.