Skip to content

Commit

Permalink
feat: add psa labels to the openstack namespace (#637)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull authored Dec 23, 2024
1 parent 83766ac commit 712d4d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions base-kustomize/openstack/ns-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ metadata:
labels:
kubernetes.io/metadata.name: openstack
name: openstack
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce-version: latest
pod-security.kubernetes.io/warn: privileged
pod-security.kubernetes.io/warn-version: latest
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/audit-version: latest
name: openstack

0 comments on commit 712d4d9

Please sign in to comment.