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