apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: amplify-fusion namespace: openshift-gitops spec: project: default destination: server: https://kubernetes.default.svc namespace: amplify-fusion source: repoURL: https://gitea.apilab.us/cscott/amplify-fusion.git targetRevision: main path: . helm: valueFiles: - values.yaml syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true - PruneLast=true