Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Clean up MetalLB pod security standards labels (#807)
This commit removes the `pod-security.kubernetes.io/audit` and `pod-security.kubernetes.io/warn` labels as they are redundant when specifying the `pod-security.kubernetes.io/enforce` label to the same level. Also add the `pod-security.kubernetes.io/enforce-version` label to always enforce the latest pod security policy version, even on upgrade. This is fine because we are specifying the most privileged pod security standard, `privileged`, and as such should be safe to always enforce the latest policy version.
- Loading branch information