apache / couchdb-helm

Apache CouchDB Helm Chart
https://couchdb.apache.org/
Apache License 2.0
49 stars 64 forks source link

Add PodSecurityPolicy #30

Closed bondar-pavel closed 1 year ago

bondar-pavel commented 4 years ago

What this PR does / why we need it:

Some environments enforce PodSecurityPolicy checks and deployment fails if objects PodSecurityPolicy, ClusterRole and ClusterRoleBinding are not declared.

This commit adds PodSecurityPolicy, ClusterRole and ClusterRoleBinding objects and adds new configuration option podSecurityPolicy, which is disabled by default.

Which issue this PR fixes

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.

willholley commented 1 year ago

closing as stale