File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -286,17 +286,14 @@ properties:
286286 hub :
287287 type : object
288288 additionalProperties : true
289- required : [services]
290289 properties :
291290 services :
292291 type : object
293292 additionalProperties : true
294- required : [binder]
295293 properties :
296294 binder :
297295 type : object
298296 additionalProperties : true
299- required : [apiToken]
300297 properties :
301298 apiToken :
302299 type : [string, "null"]
@@ -532,4 +529,25 @@ properties:
532529 additionalProperties : false
533530 patternProperties : *labels-and-annotations-patternProperties
534531 description : |
535- Annotations to add to the binder Pods.
532+ Annotations to add to the binder Pods.
533+
534+ global :
535+ type : object
536+ additionalProperties : true
537+
538+ hpa :
539+ type : object
540+ additionalProperties : true
541+ description : |
542+ This is not a supported configuration yet by this Helm chart, but may be
543+ in the future. This schema entry was added because
544+ jupyterhub/mybinder.org-deploy configured a HorizontalPodAutoscaler
545+ resource here.
546+
547+ networkPolicy :
548+ type : object
549+ additionalProperties : true
550+ description : |
551+ This is not a supported configuration yet by this Helm chart, but may be
552+ in the future. This schema entry was added because
553+ jupyterhub/mybinder.org-deploy configured a Networkpolicy resource here.
You can’t perform that action at this time.
0 commit comments