From 2ed81547d07fdf73f04c863dc6f2c44f72802d28 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 31 Mar 2024 10:13:55 -0500 Subject: [PATCH] update --- argocd/templates/octopus-tentacle.yaml | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/argocd/templates/octopus-tentacle.yaml b/argocd/templates/octopus-tentacle.yaml index c8f1fa6..b800c11 100644 --- a/argocd/templates/octopus-tentacle.yaml +++ b/argocd/templates/octopus-tentacle.yaml @@ -1,21 +1,21 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: octopus-tentacle -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git -# targetRevision: main -# path: octopus-tentacle -# destination: -# namespace: octopus-tentacle -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# \ No newline at end of file +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: octopus-tentacle + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git + targetRevision: main + path: octopus-tentacle + destination: + namespace: octopus-tentacle + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +