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:
13
13
cluster_description: {{ .Values.config.clusterDescription | quote }}
14
14
server: {{ .Values.config.server | quote }}
15
15
period: {{ .Values.config.period | quote }}
16
+ {{- with .Values.config.excludeAnnotationKeysRegex }}
16
17
exclude-annotation-keys-regex:
17
- {{ .Values.config.excludeAnnotationKeysRegex | toYaml | nindent 6 }}
18
+ {{- . | toYaml | nindent 6 }}
19
+ {{- end }}
20
+ {{- with .Values.config.excludeLabelKeysRegex }}
18
21
exclude-label-keys-regex:
19
- {{ .Values.config.excludeLabelKeysRegex | toYaml | nindent 6 }}
22
+ {{- . | toYaml | nindent 6 }}
23
+ {{- end }}
20
24
venafi-cloud:
21
25
uploader_id: "no"
22
26
upload_path: "/v1/tlspk/upload/clusterdata"
Original file line number Diff line number Diff line change 2
2
clusterName : venafi-kubernetes-agent-e2e
3
3
clusterDescription : |
4
4
A kind cluster used for testing the venafi-kubernetes-agent.
5
+ excludeAnnotationKeysRegex : ['^kapp\.k14s\.io/original.*']
5
6
6
7
authentication :
7
8
venafiConnection :
You can’t perform that action at this time.
0 commit comments