UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e3bff204 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'kiali-secret' into 'master'

Bug fix: conditional around kiali/grafana secret

See merge request platform-one/big-bang/bigbang!792
parents b4e44d8a 7f04edcb
No related branches found
No related tags found
1 merge request!792Bug fix: conditional around kiali/grafana secret
Pipeline #438799 passed
{{- if .Values.kiali.enabled }}
apiVersion: v1
kind: Secret
metadata:
......@@ -17,3 +18,4 @@ stringData:
{{- else }}
password: {{ dig "grafana" "adminPassword" "prom-operator" .Values.monitoring.values }}
{{- end }}
{{- end }}
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