kube-prometheus: Remove enableAdminAPI configuration option
Manifest generation fails if this option is not set. Instead, remove the option and require users to patch the object in case they need it.
This commit is contained in:
@@ -168,7 +168,6 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
||||
replicas: $._config.prometheus.replicas,
|
||||
version: $._config.versions.prometheus,
|
||||
baseImage: $._config.imageRepos.prometheus,
|
||||
enableAdminAPI: $._config.prometheus.enableAdminAPI,
|
||||
serviceAccountName: 'prometheus-' + $._config.prometheus.name,
|
||||
serviceMonitorSelector: {},
|
||||
serviceMonitorNamespaceSelector: {},
|
||||
|
Reference in New Issue
Block a user