2 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||
|
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 |
||||
Loading…
Reference in new issue