Replies: 2 comments 2 replies
-
Hello @shafanaS, Provider does not need write access to file system as secrets are being written by driver. And since it's not required, we have by default set readOnlyRootFilesystem: true and won't let this override through helm. |
Beta Was this translation helpful? Give feedback.
2 replies
-
ICYMI Since you are on AKS, this component is a managed AKS addon, for more information checkout https://docs.microsoft.com/en-us/azure/aks/csi-secrets-store-driver |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does csi secret store provider containers require write access to the file system?
If read only access is sufficient, how can this be enabled through helm chart during deployment.
Beta Was this translation helpful? Give feedback.
All reactions