helm-namespace icon indicating copy to clipboard operation
helm-namespace copied to clipboard

Include Pod Security Standard labels on namespace creation

Open vicenteherrera opened this issue 1 year ago • 0 comments

Feature request:

It would be useful that namespaces were created with the different Pod Security Standard labels.

That way, if you have and addmission controller that enforces requiring the labels for new namespaces, you can still delegate to helm the namespace creation.

With your source code it's easy to modify the namespace YAML to add hardcoded labels, it would be nice to have a way to pass settings for level "restricted", "baseline", or "privileged".

vicenteherrera avatar Sep 08 '23 14:09 vicenteherrera