File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ additionalProperties: false
17
17
required :
18
18
# General configuration
19
19
- global
20
+ - custom
20
21
# Resources for the BinderHub created build pods
21
22
- buildPodsRegistryCredentials
22
23
# Deployment resource
@@ -46,6 +47,9 @@ properties:
46
47
global :
47
48
type : object
48
49
additionalProperties : true
50
+ custom :
51
+ type : object
52
+ additionalProperties : true
49
53
50
54
# Resources for the BinderHub created build pods
51
55
# ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 4
4
nameOverride : " "
5
5
fullnameOverride : " "
6
6
global : {}
7
+ custom : {}
7
8
8
9
# Resources for the BinderHub created build pods
9
10
# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 4
4
nameOverride : " "
5
5
fullnameOverride : " "
6
6
global : {}
7
+ custom : {}
7
8
8
9
# Resources for the BinderHub created build pods
9
10
# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments