Browse Source

delete 200

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

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

@ -1,17 +1,17 @@
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

Loading…
Cancel
Save