From d3c95de9d19766b1c2d26e1fc179bcdc4a6f097b Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 28 Jan 2022 22:47:16 +0100 Subject: [PATCH] fix(longhorn): Fix relative path --- infrastructure/longhorn/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/longhorn/kustomization.yaml b/infrastructure/longhorn/kustomization.yaml index 6224fb6ce..533357391 100644 --- a/infrastructure/longhorn/kustomization.yaml +++ b/infrastructure/longhorn/kustomization.yaml @@ -10,7 +10,7 @@ resources: - https://git.shivering-isles.com/github-mirror/longhorn/longhorn/-/raw/v1.2.3/examples/network-policy/instance-manager-networking.yaml - https://git.shivering-isles.com/github-mirror/longhorn/longhorn/-/raw/v1.2.3/examples/network-policy/backing-image-manager-network-policy.yaml - https://git.shivering-isles.com/github-mirror/longhorn/longhorn/-/raw/v1.2.3/examples/network-policy/backing-image-data-source-network-policy.yaml - - ../../../shared/networkpolicies/allow-from-ingress.yaml + - ../../shared/networkpolicies/allow-from-ingress.yaml patchesStrategicMerge: - networkpolicy.yaml -- GitLab