Skip to content

Commit

Permalink
Add the required label to primary UDN namespaces (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Diak <pdiak@redhat.com>
  • Loading branch information
kyrtapz authored Jan 29, 2025
1 parent 87c8254 commit 4c05f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/config/udn-density-pods/udn-density-pods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
k8s.ovn.org/primary-user-defined-network: ""
objects:
{{ if eq .ENABLE_LAYER_3 "true"}}
- objectTemplate: udn_l3.yml
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
k8s.ovn.org/primary-user-defined-network: ""
objects:

- objectTemplate: np-deny-all.yml
Expand Down

0 comments on commit 4c05f7f

Please sign in to comment.