Browse Source

add 200

pull/95/head
Maksym.Sotnikov 4 years ago
parent
commit
f9e3846e8f
  1. 35
      seed-jobs/dev/test-200.yaml

35
seed-jobs/dev/test-200.yaml

@ -1,17 +1,18 @@
# apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
# kind: Application kind: Application
# metadata: metadata:
# name: test-200 name: test-200
# namespace: default namespace: default
# spec: spec:
# project: default project: default
# source: source:
# repoURL: git@github.com:dgadavin/argocd-example-apps.git repoURL: git@github.com:dgadavin/argocd-example-apps.git
# targetRevision: HEAD targetRevision: HEAD
# path: helm-guestbook path: helm-guestbook
# destination: destination:
# server: https://kubernetes.default.svc server: https://kubernetes.default.svc
# namespace: test-200 namespace: test-200
# syncPolicy: syncPolicy:
# syncOptions: syncOptions:
# - CreateNamespace=true - CreateNamespace=true
- PruneLast=true

Loading…
Cancel
Save