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: []
99
99
# name: cabundle
100
100
# optional: false
101
101
# defaultMode: 0644
102
- # items:
103
- # - key: cabundle
104
- # path: ca-certificates.crt
105
102
#
106
103
# In order to create the ConfigMap, you can use the following command:
107
104
#
@@ -110,12 +107,14 @@ extraArgs: []
110
107
volumes : []
111
108
112
109
# -- 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:
114
113
#
115
114
# volumeMounts:
116
115
# - name: cabundle
117
- # mountPath: /etc/ssl/certs/ca-certificates.crt
118
- # subPath: ca-certificates.crt
116
+ # mountPath: /etc/ssl/certs/cabundle
117
+ # subPath: cabundle
119
118
# readOnly: true
120
119
volumeMounts : []
121
120
You can’t perform that action at this time.
0 commit comments