Skip to content

Commit 9b0faac

Browse files
authored
Apply suggestions from code review
1 parent 915d5b2 commit 9b0faac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm-chart/binderhub/schema.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,15 @@ properties:
506506
MY_ENV_VARS_NAME1: "my env var value 1"
507507
508508
# explicit notation (the "name" field takes precedence)
509-
CHP_NAMESPACE:
510-
name: CHP_NAMESPACE
509+
BINDER_NAMESPACE:
510+
name: BINDER_NAMESPACE
511511
valueFrom:
512512
fieldRef:
513513
fieldPath: metadata.namespace
514514
515515
# implicit notation (the "name" field is implied)
516-
PREFIXED_CHP_NAMESPACE:
517-
value: "my-prefix-$(CHP_NAMESPACE)"
516+
PREFIXED_BINDER_NAMESPACE:
517+
value: "my-prefix-$(BINDER_NAMESPACE)"
518518
SECRET_VALUE:
519519
valueFrom:
520520
secretKeyRef:

0 commit comments

Comments
 (0)