Skip to content

Commit bc0c6fc

Browse files
authored
Merge pull request #135 from consideRatio/pr/add-custom-config
Add config `custom`
2 parents a3c5620 + f6aec6f commit bc0c6fc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

binderhub-service/values.schema.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ additionalProperties: false
1717
required:
1818
# General configuration
1919
- global
20+
- custom
2021
# Resources for the BinderHub created build pods
2122
- buildPodsRegistryCredentials
2223
# Deployment resource
@@ -46,6 +47,9 @@ properties:
4647
global:
4748
type: object
4849
additionalProperties: true
50+
custom:
51+
type: object
52+
additionalProperties: true
4953

5054
# Resources for the BinderHub created build pods
5155
# ---------------------------------------------------------------------------

binderhub-service/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
nameOverride: ""
55
fullnameOverride: ""
66
global: {}
7+
custom: {}
78

89
# Resources for the BinderHub created build pods
910
# -----------------------------------------------------------------------------

tools/templates/lint-and-validate-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
nameOverride: ""
55
fullnameOverride: ""
66
global: {}
7+
custom: {}
78

89
# Resources for the BinderHub created build pods
910
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)