From b0dbd66f52177c9f4689c1cf760e6ec4636044da Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 1 Mar 2026 14:45:52 +1100 Subject: [PATCH] fix: patches must contain path: - update the patches for reflector-system to include the path field --- apps/overlays/au-syd1/reflector-system/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/overlays/au-syd1/reflector-system/kustomization.yaml b/apps/overlays/au-syd1/reflector-system/kustomization.yaml index 481d83c..caa0fb1 100644 --- a/apps/overlays/au-syd1/reflector-system/kustomization.yaml +++ b/apps/overlays/au-syd1/reflector-system/kustomization.yaml @@ -6,4 +6,4 @@ resources: - ../../../base/reflector-system patches: - - helm-patch.yaml + - path: helm-patch.yaml