mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
a950be662b
commit
6fe8eec8f9
1 changed files with 10 additions and 8 deletions
|
|
@ -1,15 +1,17 @@
|
|||
kubernetes-agent:
|
||||
agent:
|
||||
acceptEula: "Y"
|
||||
bearerTokenSecretName: agent-token
|
||||
serverUrl: http://octopusdeploy-octopus-deploy.octopusdeploy.svc.cluster.local/"
|
||||
acceptEula: "Y"
|
||||
serverUrl: "https://octopus.durp.info/"
|
||||
serverCommsAddresses:
|
||||
- https://octopusdeploy-octopus-deploy.octopusdeploy.svc.cluster.local:10943/
|
||||
space: Default
|
||||
name: infra
|
||||
- "https://octopusdeploy-octopus-deploy.octopusdeploy.svc.cluster.local:10943/"
|
||||
space: "Default"
|
||||
name: "infra"
|
||||
deploymentTarget:
|
||||
enabled: true
|
||||
initial:
|
||||
environments: {development,production}
|
||||
environments:
|
||||
- "development"
|
||||
- "production"
|
||||
tags:
|
||||
- infra-cluster
|
||||
- "infra-cluster"
|
||||
enabled: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue