mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
17 lines
440 B
YAML
17 lines
440 B
YAML
kubernetes-agent:
|
|
agent:
|
|
acceptEula: "Y"
|
|
bearerTokenSecretName: agent-token
|
|
serverUrl: https://octopus.durp.info/"
|
|
serverCommsAddresses:
|
|
- https://octopusdeploy-octopus-deploy.octopusdeploy.svc.cluster.local:10943/
|
|
space: Default
|
|
name: infra
|
|
deploymentTarget:
|
|
enabled: true
|
|
initial:
|
|
environments:
|
|
- development
|
|
- production
|
|
tags:
|
|
- infra-cluster
|