Skip to content
Snippets Groups Projects
Commit c682ee53 authored by Rob Kooper's avatar Rob Kooper
Browse files

push existingsecret to healthmonitor

parent f057b3c1
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,7 @@ spec:
storageClass: nfs-condo
notifiers:
{{- toYaml .Values.healthmonitor.notifiers | nindent 10 }}
{{- if .Values.healthmonitor.existingSecret }}
existingSecret: {{ .Values.healthmonitor.existingSecret }}
{{- 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