From 8fee47aee13fa4bbfc5114ea72b0bd9459d0973c Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 28 Jan 2022 22:23:34 +0100 Subject: [PATCH] feat(nginx-system): Provide tag to use in network policies --- infrastructure/nginx-system/namespace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/nginx-system/namespace.yaml b/infrastructure/nginx-system/namespace.yaml index f098abde2..b1078460e 100644 --- a/infrastructure/nginx-system/namespace.yaml +++ b/infrastructure/nginx-system/namespace.yaml @@ -5,3 +5,4 @@ metadata: labels: name: nginx-system kyverno.shivering-isles.com/class: "system" + ingress.shivering-isles.com/network-access-required: "true" -- GitLab