From 3449bfc97dea27da366fe939565471451a7f5010 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Thu, 30 Dec 2021 18:06:46 +0200 Subject: [PATCH] Change ArgoCD app target to be deployed --- tekton-pipeline/resources/argocd-task-cm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton-pipeline/resources/argocd-task-cm.yaml b/tekton-pipeline/resources/argocd-task-cm.yaml index ad3fcc3..2702f01 100644 --- a/tekton-pipeline/resources/argocd-task-cm.yaml +++ b/tekton-pipeline/resources/argocd-task-cm.yaml @@ -4,6 +4,6 @@ metadata: name: argocd-env-configmap data: ARGOCD_SERVER: argocd.k8s-argocd.tk - ARGOCD_APPLICATION_NAME: tekton-pipeline-app + ARGOCD_APPLICATION_NAME: 2048-game-app ARGOCD_APPLICATION_REVISION: HEAD