apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: forgejo-postgres spec: destination: server: https://kubernetes.default.svc namespace: forgejo project: apps syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true source: repoURL: git@github.com:amkartashov/gf-k8s.git targetRevision: main path: state/gullfaxi/apps/forgejo/postgresql/manifests