Skip to content

Commit

Permalink
Merge pull request #135 from consideRatio/pr/add-custom-config
Browse files Browse the repository at this point in the history
Add config `custom`
  • Loading branch information
consideRatio authored Jul 12, 2024
2 parents a3c5620 + f6aec6f commit bc0c6fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binderhub-service/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ additionalProperties: false
required:
# General configuration
- global
- custom
# Resources for the BinderHub created build pods
- buildPodsRegistryCredentials
# Deployment resource
Expand Down Expand Up @@ -46,6 +47,9 @@ properties:
global:
type: object
additionalProperties: true
custom:
type: object
additionalProperties: true

# Resources for the BinderHub created build pods
# ---------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions binderhub-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
nameOverride: ""
fullnameOverride: ""
global: {}
custom: {}

# Resources for the BinderHub created build pods
# -----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions tools/templates/lint-and-validate-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
nameOverride: ""
fullnameOverride: ""
global: {}
custom: {}

# Resources for the BinderHub created build pods
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit bc0c6fc

Please sign in to comment.