From 8940086c97be9015793ba9bf13b6a149d8851172 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 5 Jun 2025 06:07:08 -0500 Subject: [PATCH] update --- infra/argocd/templates/octopusdeploy.yaml | 40 +++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/infra/argocd/templates/octopusdeploy.yaml b/infra/argocd/templates/octopusdeploy.yaml index 3412681..9550368 100644 --- a/infra/argocd/templates/octopusdeploy.yaml +++ b/infra/argocd/templates/octopusdeploy.yaml @@ -20,23 +20,23 @@ spec: - CreateNamespace=true --- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: octopusdeploy-agent - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: infra/octopus-agent - destination: - namespace: octopus-agent - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: octopusdeploy-agent +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: infra/octopus-agent +# destination: +# namespace: octopus-agent +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true