Skip to content

Commit

Permalink
added aks platform which is similar to gke (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 authored Oct 6, 2022
1 parent 863ffde commit 437c00e
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 437c00e

Please sign in to comment.