File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
deploy/charts/venafi-kubernetes-agent Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,6 @@ extraArgs: []
9999# name: cabundle
100100# optional: false
101101# defaultMode: 0644
102- # items:
103- # - key: cabundle
104- # path: ca-certificates.crt
105102#
106103# In order to create the ConfigMap, you can use the following command:
107104#
@@ -110,12 +107,14 @@ extraArgs: []
110107volumes : []
111108
112109# -- Additional volume mounts to add to the Venafi Kubernetes Agent container.
113- # This is useful for mounting a custom CA bundle. For example:
110+ # This is useful for mounting a custom CA bundle. Any PEM certificate mounted
111+ # under /etc/ssl/certs will be loaded by the Venafi Kubernetes Agent. For
112+ # example:
114113#
115114# volumeMounts:
116115# - name: cabundle
117- # mountPath: /etc/ssl/certs/ca-certificates.crt
118- # subPath: ca-certificates.crt
116+ # mountPath: /etc/ssl/certs/cabundle
117+ # subPath: cabundle
119118# readOnly: true
120119volumeMounts : []
121120
You can’t perform that action at this time.
0 commit comments