Skip to content

Commit

Permalink
annot-exclusion: helm template failing due to missing toYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maelvls committed Nov 12, 2024
1 parent 4097047 commit d6dd61c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ data:
server: {{ .Values.config.server | quote }}
period: {{ .Values.config.period | quote }}
exclude-annotation-keys-regex:
{{ .Values.config.excludeAnnotationKeysRegex | nindent 6 }}
{{ .Values.config.excludeAnnotationKeysRegex | toYaml | nindent 6 }}
exclude-label-keys-regex:
{{ .Values.config.excludeLabelKeysRegex | nindent 6 }}
{{ .Values.config.excludeLabelKeysRegex | toYaml | nindent 6 }}
venafi-cloud:
uploader_id: "no"
upload_path: "/v1/tlspk/upload/clusterdata"
Expand Down

0 comments on commit d6dd61c

Please sign in to comment.