27 lines
569 B
YAML
27 lines
569 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cluster-applications
|
|
namespace: openshift-gitops
|
|
spec:
|
|
destination:
|
|
name: in-cluster
|
|
namespace: openshift-gitops
|
|
project: default
|
|
source:
|
|
path: cluster
|
|
repoURL: git@github.com:rblundon/homelab.git
|
|
targetRevision: HEAD
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- RespectIgnoreDifferences=true
|
|
ignoreDifferences:
|
|
- group: argoproj.io
|
|
kind: Application
|
|
jsonPointers:
|
|
- /spec/syncPolicy/automated
|