apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: gitea-actions namespace: argocd annotations: argocd.argoproj.io/sync-wave: "2" labels: app.kubernetes.io/name: gitea-actions app.kubernetes.io/part-of: platform app.kubernetes.io/managed-by: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default sources: - repoURL: https://dl.gitea.com/charts chart: actions targetRevision: "0.0.5" helm: releaseName: gitea-actions valueFiles: - $values/infra/values/gitea-actions-values.yaml - repoURL: git@github.com:fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values destination: server: https://kubernetes.default.svc namespace: gitea syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - CreateNamespace=true - Validate=true - ServerSideApply=true ignoreDifferences: - group: apps kind: StatefulSet jsonPointers: - /spec/volumeClaimTemplates