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
## Summary
- let the TPM init container run as root so the plugin copy succeeds on root-owned PVCs
- add values to control the init container security context, chown behaviour, mount and state paths
- update chart docs/version and ensure configmap uses the new helper values
## Testing
- helm lint charts/spire
Copy file name to clipboardExpand all lines: charts/spire/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: spire
3
3
description: >
4
4
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
@@ -262,7 +262,7 @@ Now you can interact with the Spire agent socket from your own application. The
0 commit comments