From fbda2addbd976cd234792d5506da2c70c0608949 Mon Sep 17 00:00:00 2001 From: EliseCastle23 Date: Mon, 30 Oct 2023 09:23:29 -0600 Subject: [PATCH] changing the "Application.spec.source.directory.exclude" to not be an array. --- kube/services/node-monitors/application.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kube/services/node-monitors/application.yaml b/kube/services/node-monitors/application.yaml index 3ece384f2..8c8413948 100644 --- a/kube/services/node-monitors/application.yaml +++ b/kube/services/node-monitors/application.yaml @@ -13,7 +13,9 @@ spec: targetRevision: master path: kube/services/node-monitors/ directory: - exclude: ["application.yaml", "argo-node-age/"] + exclude: + - "application.yaml" + - "argo-node-age" syncPolicy: automated: prune: true