This commit is contained in:
2025-06-05 06:07:08 -05:00
parent b39863dee9
commit 8940086c97

View File

@@ -20,23 +20,23 @@ spec:
- CreateNamespace=true - CreateNamespace=true
--- ---
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: octopusdeploy-agent # name: octopusdeploy-agent
namespace: argocd # namespace: argocd
spec: #spec:
project: default # project: default
source: # source:
repoURL: https://gitlab.com/developerdurp/homelab.git # repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main # targetRevision: main
path: infra/octopus-agent # path: infra/octopus-agent
destination: # destination:
namespace: octopus-agent # namespace: octopus-agent
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true