From 310e73b30d4d080dec6eb6e07123a76176a5b244 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 6 Dec 2025 07:31:10 -0600 Subject: [PATCH] update --- infra/argocd/templates/octopusdeploy.yaml | 85 ++++++++++++----------- 1 file changed, 43 insertions(+), 42 deletions(-) diff --git a/infra/argocd/templates/octopusdeploy.yaml b/infra/argocd/templates/octopusdeploy.yaml index 3412681..d58d1fd 100644 --- a/infra/argocd/templates/octopusdeploy.yaml +++ b/infra/argocd/templates/octopusdeploy.yaml @@ -1,42 +1,43 @@ -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: infra/octopusdeploy - destination: - namespace: octopusdeploy - 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 +#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: infra/octopusdeploy +# destination: +# namespace: octopusdeploy +# 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 +# \ No newline at end of file