From 94ca675a038247ec2235e1568eceedfef73d6e33 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 5 Feb 2022 00:21:53 +0100 Subject: [PATCH] fix(k8up): Add trivial network policy to backup manager --- infrastructure/k8up/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/k8up/kustomization.yaml b/infrastructure/k8up/kustomization.yaml index 3805ff3a1..a3f14a8c4 100644 --- a/infrastructure/k8up/kustomization.yaml +++ b/infrastructure/k8up/kustomization.yaml @@ -6,3 +6,4 @@ resources: - repository.yaml - k8up-crd.yaml - release.yaml + - ../../shared/networkpolicies/allow-from-same-namespace.yaml -- GitLab