28 lines
703 B
YAML
28 lines
703 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cluster-config-bootstrap
|
|
namespace: openshift-gitops
|
|
labels:
|
|
gitops.ownedBy: cluster-config
|
|
spec:
|
|
destination:
|
|
namespace: openshift-gitops
|
|
server: https://kubernetes.default.svc
|
|
project: bootstrap
|
|
source:
|
|
path: bootstrap/overlays/{{ fromClusterClaim "gitops" }}
|
|
repoURL: https://github.com/gnunn-gitops/cluster-config-pins.git
|
|
targetRevision: 'HEAD'
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: false
|
|
ignoreDifferences:
|
|
- group: argoproj.io
|
|
kind: Application
|
|
managedFieldsManagers:
|
|
- argocd-server
|
|
jsonPointers:
|
|
- /spec/syncPolicy/automated
|