initial commit

This commit is contained in:
2022-10-10 17:36:40 -05:00
commit d91a4238cc
86 changed files with 4143 additions and 0 deletions

View File

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