diff --git a/infra/octopus-agent/values.yaml b/infra/octopus-agent/values.yaml index e773293..48f5a12 100644 --- a/infra/octopus-agent/values.yaml +++ b/infra/octopus-agent/values.yaml @@ -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 \ No newline at end of file + - "infra-cluster" + enabled: "true"