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

@@ -1538,7 +1538,7 @@ spec:
required:
- name
type: array
enableAdminApi:
enableAdminAPI:
description: Enable access to prometheus web admin API. More info: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis
type: boolean
evaluationInterval:

View File

@@ -12,7 +12,7 @@ spec:
namespace: monitoring
port: web
baseImage: quay.io/prometheus/prometheus
enableAdminApi: true
enableAdminAPI: true
nodeSelector:
beta.kubernetes.io/os: linux
replicas: 2