This commit is contained in:
2025-12-06 07:31:10 -06:00
parent 3e24e0ec80
commit 310e73b30d

View File

@@ -1,42 +1,43 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: octopusdeploy # name: octopusdeploy
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/octopusdeploy # path: infra/octopusdeploy
destination: # destination:
namespace: octopusdeploy # namespace: octopusdeploy
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- 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
#