From 9094cea77d41f54b81d96a3ae4a5553213df2d7b Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 1 Mar 2026 14:46:28 +1100 Subject: [PATCH] fix: patches must contain path: (#2) - update the patches for reflector-system to include the path field Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/2 --- 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