apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: outline namespace: argocd annotations: argocd.argoproj.io/sync-wave: "5" spec: project: default source: repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git targetRevision: HEAD path: apps/outline destination: server: https://kubernetes.default.svc namespace: outline syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true ignoreDifferences: # Ignoriere automatisch erstellte PVCs von StatefulSets (volumeClaimTemplates) # Diese werden automatisch vom StatefulSet erstellt und müssen nicht im Git sein - group: "" kind: PersistentVolumeClaim jqPathExpressions: - .metadata.annotations."pv.kubernetes.io/bind-completed" - .metadata.annotations."pv.kubernetes.io/bound-by-controller" - .metadata.annotations."volume.beta.kubernetes.io/storage-provisioner" - .metadata.annotations."volume.kubernetes.io/storage-provisioner" - .metadata.uid - .metadata.resourceVersion - .status