From de48e8b3a1014b83b96c6da767f830b982567194 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Sat, 11 Nov 2023 11:14:50 -0600 Subject: [PATCH] update --- argocd/templates/octopus.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd/templates/octopus.yaml diff --git a/argocd/templates/octopus.yaml b/argocd/templates/octopus.yaml new file mode 100644 index 0000000..89012e9 --- /dev/null +++ b/argocd/templates/octopus.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: octopusdeploy + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: octopusdeploy + destination: + namespace: octopusdeploy + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true