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.

19 lines
420 B

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root
namespace: openshift-gitops
spec:
destination:
name: ''
namespace: openshift-gitops
server: 'https://kubernetes.default.svc'
source:
path: root
repoURL: 'https://github.com/nmasse-itix/ArgoCD-Examples.git'
targetRevision: HEAD
project: default
syncPolicy:
automated:
prune: false
selfHeal: false