File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
deploy/charts/venafi-kubernetes-agent/templates Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ data:
1313 cluster_description: {{ .Values.config.clusterDescription | quote }}
1414 server: {{ .Values.config.server | quote }}
1515 period: {{ .Values.config.period | quote }}
16+ {{- with .Values.config.excludeAnnotationKeysRegex }}
1617 exclude-annotation-keys-regex:
17- {{ .Values.config.excludeAnnotationKeysRegex | toYaml | nindent 6 }}
18+ {{- . | toYaml | nindent 6 }}
19+ {{- end }}
20+ {{- with .Values.config.excludeLabelKeysRegex }}
1821 exclude-label-keys-regex:
19- {{ .Values.config.excludeLabelKeysRegex | toYaml | nindent 6 }}
22+ {{- . | toYaml | nindent 6 }}
23+ {{- end }}
2024 venafi-cloud:
2125 uploader_id: "no"
2226 upload_path: "/v1/tlspk/upload/clusterdata"
Original file line number Diff line number Diff line change 22 clusterName : venafi-kubernetes-agent-e2e
33 clusterDescription : |
44 A kind cluster used for testing the venafi-kubernetes-agent.
5+ excludeAnnotationKeysRegex : ['^kapp\.k14s\.io/original.*']
56
67authentication :
78 venafiConnection :
You can’t perform that action at this time.
0 commit comments