We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e10d8 commit 5ad0b72Copy full SHA for 5ad0b72
deploy/charts/venafi-kubernetes-agent/templates/configmap.yaml
@@ -14,9 +14,9 @@ data:
14
server: {{ .Values.config.server | quote }}
15
period: {{ .Values.config.period | quote }}
16
exclude-annotation-keys-regex:
17
- {{ .Values.config.excludeAnnotationKeysRegex | nindent 6 }}
+ {{ .Values.config.excludeAnnotationKeysRegex | toYaml | nindent 6 }}
18
exclude-label-keys-regex:
19
- {{ .Values.config.excludeLabelKeysRegex | nindent 6 }}
+ {{ .Values.config.excludeLabelKeysRegex | toYaml | nindent 6 }}
20
venafi-cloud:
21
uploader_id: "no"
22
upload_path: "/v1/tlspk/upload/clusterdata"
0 commit comments