apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: forte-drop-postgresql namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" labels: app.kubernetes.io/name: forte-drop-postgresql app.kubernetes.io/part-of: apps app.kubernetes.io/managed-by: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git targetRevision: HEAD path: infra/overlays/upc-dev/forte-drop-postgresql/resources destination: server: https://kubernetes.default.svc namespace: forte-drop syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - CreateNamespace=true - Validate=true - ServerSideApply=true ignoreDifferences: - group: apps kind: StatefulSet jsonPointers: - /spec/volumeClaimTemplates