uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 9 forks source link

Disable the PodSecurityPolicy on the logging-operator chart by default #444

Open smlx opened 2 years ago

smlx commented 2 years ago

The logging operator chart, which is used by lagoon-logging, enables a pod security policy by default. This will not install into a Kubernetes 1.22+ cluster, so we should disable it manually.

smlx commented 2 years ago

Oops my mistake. The PSP API will not be removed until k8s 1.25. So hopefully upstream will remove it and we can just bump the dependency.