This commit is contained in:
2023-01-01 15:31:06 +00:00
parent 4f74081e47
commit 67efa0b30c
3 changed files with 69 additions and 0 deletions

View File

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