Files
homelab/argocd/templates/durpapi.yaml
2023-04-08 15:46:28 -05:00

24 lines
466 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: durpapi
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main
path: durpapi
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: durpapi
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true