Skip to content

Commit

Permalink
Merge pull request #463 from yuvipanda/avc-fix
Browse files Browse the repository at this point in the history
Fix schema definition for cluster config
  • Loading branch information
consideRatio authored Jun 11, 2021
2 parents fd9a575 + bbe5f28 commit 9d85c22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 1 addition & 2 deletions config/hubs/cloudbank.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@ hubs:
- [email protected]
admin_users: *sjcc_users
- name: avc
domain:
- avc.cloudbank.2i2c.cloud
domain: avc.cloudbank.2i2c.cloud
template: basehub
auth0:
connection: google-oauth2
Expand Down
11 changes: 11 additions & 0 deletions config/hubs/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ properties:
{name}.cluster.yaml
image_repo:
type: string
support:
type: object
additionalProperties: false
description: |
Configuration for support components (ingress, monitoring, etc)
to be enabled for this cluster.
properties:
config:
type: object
description: |
Additional YAML values to be deployed with the support chart
provider:
type: string
description: |
Expand Down

0 comments on commit 9d85c22

Please sign in to comment.