docker-mailserver / docker-mailserver-helm

Kubernetes Helm chart for docker-mailserver
https://github.com/docker-mailserver/docker-mailserver/
MIT License
107 stars 67 forks source link

PodSecurityPolicy is deprecated #49

Closed khuedoan closed 9 months ago

khuedoan commented 2 years ago

From Kubernetes docs:

PodSecurityPolicy is deprecated as of Kubernetes v1.21, and will be removed in v1.25. It has been replaced by Pod Security Admission. For more information on the deprecation, see PodSecurityPolicy Deprecation: Past, Present, and Future.

Related manifest: https://github.com/docker-mailserver/docker-mailserver-helm/blob/master/charts/docker-mailserver/templates/psp.yaml

I'm still deploying docker-mailserver to my cluster (using plain YAML), I'll try to create a PR after I got it working.

mindrunner commented 2 years ago

Did you make any progress on this?

khuedoan commented 2 years ago

Not yet, I was a bit busy at work.

mindrunner commented 2 years ago

Isn't that what you are supposed to do at work? :D

Does anyone know what happens when this chart is deployed w/o the psp?

cfis commented 9 months ago

PodSecurityPolicy has been removed from the chart. So closing this issue.