Remove api flag from jsonnet files
This commit is contained in:
@@ -82,8 +82,6 @@ local configMapList = k.core.v1.configMapList;
|
||||
prometheusSelector: 'job="prometheus-k8s"',
|
||||
prometheusOperatorSelector: 'job="prometheus-operator"',
|
||||
|
||||
enableAdminAPI: 'false',
|
||||
|
||||
jobs: {
|
||||
Kubelet: $._config.kubeletSelector,
|
||||
KubeScheduler: $._config.kubeSchedulerSelector,
|
||||
@@ -99,7 +97,6 @@ local configMapList = k.core.v1.configMapList;
|
||||
|
||||
prometheus+:: {
|
||||
rules: $.prometheusRules + $.prometheusAlerts,
|
||||
enableAdminAPI: $._config.enableAdminAPI,
|
||||
},
|
||||
|
||||
grafana+:: {
|
||||
|
||||
@@ -18,7 +18,6 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
||||
|
||||
prometheus+:: {
|
||||
name: 'k8s',
|
||||
enableAdminAPI: 'false',
|
||||
replicas: 2,
|
||||
rules: {},
|
||||
renderedRules: {},
|
||||
|
||||
Reference in New Issue
Block a user