From ad0591d2f062c8b8d109843ce79f84424907e8e2 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 5 Feb 2024 22:33:27 +0100 Subject: [PATCH] fix(system-upgrade): Fix missing network policy --- infrastructure/system-upgrades/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/system-upgrades/kustomization.yaml b/infrastructure/system-upgrades/kustomization.yaml index f6d7e9e52..c730f6c48 100644 --- a/infrastructure/system-upgrades/kustomization.yaml +++ b/infrastructure/system-upgrades/kustomization.yaml @@ -12,3 +12,4 @@ resources: - logrotate.yaml - fedora-temperature-management.yaml - fedora-system-upgrade.yaml + - ../../shared/networkpolicies/allow-from-same-namespace.yaml \ No newline at end of file -- GitLab