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
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?
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 thesecurityContext
of the pods deployed by this Helm release.Currently, the Helm chart only exposes settings for
securityContext.privileged
andsecurityContext.allowPrivilegeEscalation
. Could you add options for the followingsecurityContext
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.
The text was updated successfully, but these errors were encountered: