From 70d150f88266a770e9bda10b274b4f2991a624fd Mon Sep 17 00:00:00 2001 From: Christopher Quiles Date: Fri, 3 Dec 2021 16:36:37 -0800 Subject: [PATCH] chore: fixing app --- applicationsets/testappset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applicationsets/testappset.yaml b/applicationsets/testappset.yaml index a1cd8b0..0e40388 100644 --- a/applicationsets/testappset.yaml +++ b/applicationsets/testappset.yaml @@ -10,7 +10,7 @@ spec: elements: # v0.2.0+ form - does not require cluster/URL keys (but are still supported) - overlay: qa - gitRepo: git@github.com:evercas-chris/argocd-example-apps.git + gitRepo: git@github.com:evercast-chris/argocd-example-apps.git appPath: overlays appBranch: master cluster: test2 @@ -35,4 +35,4 @@ spec: targetRevision: '{{appBranch}}' path: '{{appPath}}/{{overlay}}' destination: - server: '{{url}}' \ No newline at end of file + server: '{{url}}'