Skip to content

Commit

Permalink
fix(config): replace kubernetes and oracle keys to halconfig/settings…
Browse files Browse the repository at this point in the history
….js providers map (#8381)

Partially reverts [this commit](7bb785c), in which unread defaults were removed from SETTINGS.providers. Although these defaults are unused, we do rely on the presence of each provider key in the CloudProviderRegistry, so replace an empty object for kubernetes and oracle.
  • Loading branch information
maggieneterval committed Jun 25, 2020
1 parent 55d6ad1 commit 515dc15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions halconfig/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ window.spinnakerSettings = {
ecs: ecs,
gce: gce,
huaweicloud: huaweicloud,
kubernetes: {},
oracle: {},
tencentcloud: tencentcloud,
},
version: version,
Expand Down
1 change: 1 addition & 0 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ window.spinnakerSettings = {
region: 'cn-north-1',
},
},
kubernetes: {},
oracle: {
defaults: {
account: 'DEFAULT',
Expand Down

0 comments on commit 515dc15

Please sign in to comment.