Remove updates to helm chart, fix typo in flag, add make generated files

This commit is contained in:
Purandare, Aditya
2019-01-16 22:05:47 +05:30
parent e3b989ccd3
commit 95771caf8c
6 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
},
prometheus+:: {
name: 'k8s',
enableAdminApi: 'true',
enableAdminAPI: 'true',
},
};