This commit is contained in:
2022-11-03 16:51:19 -05:00
parent 20814ad49a
commit d3c45de64b
2 changed files with 32 additions and 0 deletions

View File

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