diff --git a/argocd/templates/octopus.yaml b/argocd/templates/octopus.yaml index 89012e9..f7188a5 100644 --- a/argocd/templates/octopus.yaml +++ b/argocd/templates/octopus.yaml @@ -1,16 +1,16 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: octopusdeploy + name: octopus namespace: argocd spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: main - path: octopusdeploy + path: octopus destination: - namespace: octopusdeploy + namespace: octopus name: in-cluster syncPolicy: automated: