mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-02 09:01:02 +01:00
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:
parent
52b87babd2
commit
f0d8ba64d7
@ -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: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user