ckotzbauer / helm-charts

Helm Charts
MIT License
38 stars 30 forks source link

Add possibility to add securityContexts #193

Closed wargamez closed 5 months ago

wargamez commented 5 months ago

Please add the possibility to add securityContext from values both on pod and container level, and remove the hardcoded seccomp annotation. This way we can set more than just privilged true/false which are required by podSecurityAdmission (PSA)

ckotzbauer commented 5 months ago

I added the podSecurityContext and made the seccomp-annotation configurable.