This commit is contained in:
2023-11-20 07:33:45 -06:00
parent 755bc8d9ba
commit f5789e7835
2 changed files with 33 additions and 0 deletions

View File

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