Files
homelab/argocd/templates/nextcloud.yaml

22 lines
436 B
YAML

#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: nextcloud
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://github.com/DeveloperDurp/homelab.git
# targetRevision: main
# path: nextcloud
# destination:
# namespace: nextcloud
# name: in-cluster
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true