Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit e013678

Browse files
author
Aakash Shah
committed
Fix kubernetes config not in worker config schema
Failure: * https://capi.ci.cf-app.com/teams/main/pipelines/capi/jobs/elsa-HA/builds/2248 * "kubernetes.host_url" is not a valid config key [#171900207] Authored-by: Aakash Shah <ashah@pivotal.io>
1 parent c8530cb commit e013678

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

lib/cloud_controller/config_schemas/worker_schema.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,18 @@ class WorkerSchema < VCAP::Config
167167
url: String,
168168
opi_staging: bool,
169169
},
170+
optional(:kubernetes) => {
171+
host_url: String,
172+
service_account: {
173+
token_file: String,
174+
},
175+
ca_file: String,
176+
optional(:kpack) => {
177+
builder_namespace: String,
178+
registry_service_account_name: String,
179+
registry_tag_base: String,
180+
}
181+
},
170182

171183
allow_app_ssh_access: bool,
172184

0 commit comments

Comments
 (0)