Sample ArgoCD resources
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
435 B

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tekton
spec:
destination:
name: ''
namespace: simple-app
server: 'https://kubernetes.default.svc'
source:
path: simple-app
repoURL: 'https://github.com/nmasse-itix/ArgoCD-Examples.git'
targetRevision: HEAD
project: default
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: false