From fc8aabe2bd48e19d46afa8732a3687f200eaf671 Mon Sep 17 00:00:00 2001 From: "Maksym.Sotnikov" Date: Thu, 15 Jul 2021 14:16:42 +0300 Subject: [PATCH] add 200 --- seed-jobs/dev/test-200.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/seed-jobs/dev/test-200.yaml b/seed-jobs/dev/test-200.yaml index 9cc5488..1be1d4f 100644 --- a/seed-jobs/dev/test-200.yaml +++ b/seed-jobs/dev/test-200.yaml @@ -1,17 +1,17 @@ -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: test-200 -# namespace: default -# spec: -# project: default -# source: -# repoURL: git@github.com:dgadavin/argocd-example-apps.git -# targetRevision: HEAD -# path: helm-guestbook -# destination: -# server: https://kubernetes.default.svc -# namespace: test-200 -# syncPolicy: -# syncOptions: -# - CreateNamespace=true +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: test-200 + namespace: default +spec: + project: default + source: + repoURL: git@github.com:dgadavin/argocd-example-apps.git + targetRevision: HEAD + path: helm-guestbook + destination: + server: https://kubernetes.default.svc + namespace: test-200 + syncPolicy: + syncOptions: + - CreateNamespace=true