apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: calibre namespace: openshift-gitops annotations: spec: orphanedResources: warn: false # Disable warning project: default destination: server: https://kubernetes.default.svc source: repoURL: https://gitea.apilab.us/cscott/calibre.git targetRevision: main path: manifests syncPolicy: automated: prune: true selfHeal: false syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true - PruneLast=true