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