From 8c8c2e0ff3f2d13e98919d06211312c01c5bd2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Tue, 17 Mar 2026 09:36:34 +0100 Subject: [PATCH] feat(grainlab): Added Staging environment to ArgoCD. --- clusters/artemis/apps/grainlab-staging/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/artemis/apps/grainlab-staging/application.yaml b/clusters/artemis/apps/grainlab-staging/application.yaml index 44aa912..abcbffe 100644 --- a/clusters/artemis/apps/grainlab-staging/application.yaml +++ b/clusters/artemis/apps/grainlab-staging/application.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' path: manifests/artemis/grainlab-staging - targetRevision: staging + targetRevision: main destination: namespace: grainlab-staging name: in-cluster