UNCLASSIFIED - NO CUI

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

Bug fix: conditional around kiali/grafana secret

parent b4e44d8a
No related branches found
No related tags found
1 merge request!792Bug fix: conditional around kiali/grafana secret
Pipeline #438755 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