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 4115285 commit 9e153acCopy full SHA for 9e153ac
deploy/charts/venafi-kubernetes-agent/templates/configmap.yaml
@@ -12,6 +12,7 @@ data:
12
cluster_id: {{ .Values.config.clusterName | quote }}
13
cluster_description: {{ .Values.config.clusterDescription | quote }}
14
server: {{ .Values.config.server | quote }}
15
+ period: {{ .Values.config.period | quote }}
16
venafi-cloud:
17
uploader_id: "no"
18
upload_path: "/v1/tlspk/upload/clusterdata"
deploy/charts/venafi-kubernetes-agent/templates/deployment.yaml
@@ -68,8 +68,6 @@ spec:
68
- "--private-key-path"
69
- "/etc/venafi/agent/key/{{ .Values.authentication.secretKey }}"
70
{{- end }}
71
- - "-p"
72
- - "0h1m0s"
73
- --venafi-cloud
74
{{- if .Values.metrics.enabled }}
75
- --enable-metrics
0 commit comments