From 172e448eea53879abc4af816a04777aea338401b Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 2 Feb 2022 01:20:22 +0100 Subject: [PATCH] fix(longhorn): Fix wrong networkpolicy name This patch fixes the broken kustomize based on the allow-from-ingress shared network policy document. --- infrastructure/longhorn/networkpolicy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/longhorn/networkpolicy.yaml b/infrastructure/longhorn/networkpolicy.yaml index 7bccdebf8..027c4072d 100644 --- a/infrastructure/longhorn/networkpolicy.yaml +++ b/infrastructure/longhorn/networkpolicy.yaml @@ -1,7 +1,7 @@ apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: - name: allow-ingress + name: allow-from-ingress spec: podSelector: matchLabels: -- GitLab