From b39863dee90d20e2686d91c2bc8e3f36c5010490 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 5 Jun 2025 05:28:48 -0500 Subject: [PATCH] update --- infra/argocd/templates/octopusdeploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infra/argocd/templates/octopusdeploy.yaml b/infra/argocd/templates/octopusdeploy.yaml index 87d1add..3412681 100644 --- a/infra/argocd/templates/octopusdeploy.yaml +++ b/infra/argocd/templates/octopusdeploy.yaml @@ -20,7 +20,6 @@ spec: - CreateNamespace=true --- - apiVersion: argoproj.io/v1alpha1 kind: Application metadata: @@ -33,7 +32,7 @@ spec: targetRevision: main path: infra/octopus-agent destination: - namespace: octpus-agent + namespace: octopus-agent name: in-cluster syncPolicy: automated: @@ -41,4 +40,3 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true -