From 7032501cc834bea41990e4a3aa8d0ff33faa3711 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 7 Jan 2024 02:47:34 +0100 Subject: [PATCH] fix(longhorn): Actually deploy hotfix by GitOps --- infrastructure/longhorn/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/longhorn/kustomization.yaml b/infrastructure/longhorn/kustomization.yaml index b478ad62c..c20723e2c 100644 --- a/infrastructure/longhorn/kustomization.yaml +++ b/infrastructure/longhorn/kustomization.yaml @@ -7,6 +7,7 @@ resources: - release.yaml - monitoring.yaml - snapshot.yaml + - hotfix-7183.yaml # Add network policies - ../../shared/networkpolicies/allow-from-ingress.yaml - ../../shared/networkpolicies/allow-from-monitoring.yaml -- GitLab