This commit is contained in:
DeveloperDurp 2023-12-11 19:20:50 -06:00
parent 23e67e9dc9
commit ab8efbdcc2
2 changed files with 14 additions and 3 deletions

View file

@ -1,20 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: gitea
destination:
namespace: gitea
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true