Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix schema definition for cluster config #463

Merged
merged 1 commit into from
Jun 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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