You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/spire/charts/spire-agent/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ A Helm chart to install the SPIRE agent.
126
126
|`extraVolumes`| Extra volumes to be mounted on Spire Agent pods |`[]`|
127
127
|`extraVolumeMounts`| Extra volume mounts for Spire Agent pods |`[]`|
128
128
|`extraContainers`| Additional containers to create with Spire Agent pods |`[]`|
129
+
|`extraCAs`| A bundle, in PEM format, of X.509 certificates representing additional Certificate Authorities (CAs) to add to the default (WebPKI) trust store |`""`|
129
130
|`initContainers`| Additional init containers to create with Spire Agent pods |`[]`|
130
131
|`hostAliases`| Customize /etc/hosts file as described here https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/|`[]`|
131
132
|`customPlugins.keyManager`| Custom plugins of type KeyManager are configured here |`{}`|
Copy file name to clipboardExpand all lines: charts/spire/charts/spire-agent/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -315,6 +315,9 @@ extraVolumeMounts: []
315
315
## @param extraContainers [array] Additional containers to create with Spire Agent pods
316
316
extraContainers: []
317
317
318
+
## @param extraCAs [string] A bundle, in PEM format, of X.509 certificates representing additional Certificate Authorities (CAs) to add to the default (WebPKI) trust store
319
+
extraCAs: ""
320
+
318
321
## @param initContainers [array] Additional init containers to create with Spire Agent pods
319
322
initContainers: []
320
323
## @param hostAliases [array] Customize /etc/hosts file as described here https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/
0 commit comments