UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e722d7d7 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'monitoring' into 'master'

ensure monitoring values is subbed under kubePrometheusStack

See merge request platform-one/big-bang/umbrella!30
parents a8c7db58 5c731286
No related branches found
No related tags found
1 merge request!30ensure monitoring values is subbed under kubePrometheusStack
Pipeline #73963 passed
......@@ -38,18 +38,21 @@ spec:
valuesKey: "monitoring.yaml"
values:
hostname: {{ .Values.hostname }}
global:
imagePullSecrets:
- name: private-registry
grafana:
image:
pullSecrets:
- private-registry
kubePrometheusStack:
grafana:
image:
pullSecrets:
- private-registry
prometheusOperator:
createCustomResource: true
manageCrds: true
prometheusOperator:
createCustomResource: true
manageCrds: true
# TODO: DRY this up
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled }}
......
......@@ -54,5 +54,9 @@ spec:
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.monitoring.enabled }}
- name: monitoring
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment