Hello,
I am trying to deploy the secrets-store-csi-driver-provider-aws Helm Chart in a Kubernetes cluster with restricted PodSecurityAdmission (PSA). To meet the requirements of the PSA, I need to adjust the securityContext of the pods deployed by this Helm release.
Currently, the Helm chart only exposes settings for securityContext.privileged and securityContext.allowPrivilegeEscalation. Could you add options for the following securityContext settings to the Helm chart?
securityContext.runAsNonRoot: true
securityContext.capabilities.drop: ["ALL"]
securityContext.seccompProfile.type: "RuntimeDefault"
These settings are required to meet the requirements of the restricted PSA. Your assistance in this matter would be greatly appreciated.
Thank you.
Hello,
I am trying to deploy the
secrets-store-csi-driver-provider-awsHelm Chart in a Kubernetes cluster with restricted PodSecurityAdmission (PSA). To meet the requirements of the PSA, I need to adjust thesecurityContextof the pods deployed by this Helm release.Currently, the Helm chart only exposes settings for
securityContext.privilegedandsecurityContext.allowPrivilegeEscalation. Could you add options for the followingsecurityContextsettings to the Helm chart?securityContext.runAsNonRoot: truesecurityContext.capabilities.drop: ["ALL"]securityContext.seccompProfile.type: "RuntimeDefault"These settings are required to meet the requirements of the restricted PSA. Your assistance in this matter would be greatly appreciated.
Thank you.