Skip to content

Commit 5ad0b72

Browse files
committed
annot-exclusion: helm template failing due to missing toYaml
1 parent f3e10d8 commit 5ad0b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/charts/venafi-kubernetes-agent/templates/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ data:
1414
server: {{ .Values.config.server | quote }}
1515
period: {{ .Values.config.period | quote }}
1616
exclude-annotation-keys-regex:
17-
{{ .Values.config.excludeAnnotationKeysRegex | nindent 6 }}
17+
{{ .Values.config.excludeAnnotationKeysRegex | toYaml | nindent 6 }}
1818
exclude-label-keys-regex:
19-
{{ .Values.config.excludeLabelKeysRegex | nindent 6 }}
19+
{{ .Values.config.excludeLabelKeysRegex | toYaml | nindent 6 }}
2020
venafi-cloud:
2121
uploader_id: "no"
2222
upload_path: "/v1/tlspk/upload/clusterdata"

0 commit comments

Comments
 (0)