Skip to content

Commit 5579504

Browse files
authored
Merge pull request #1961 from paololazzari/patch-2
Add comment to values.yaml to show how extraPodSpec can be used
2 parents 1b81ad3 + 64227aa commit 5579504

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

helm-chart/binderhub/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ extraConfig: {}
5555
extraFiles: {}
5656

5757
extraPodSpec: {}
58+
# securityContext:
59+
# runAsNonRoot: true
60+
# runAsUser: 1000
61+
# fsGroup: 1000
62+
# seccompProfile:
63+
# type : RuntimeDefault
5864

5965
# Two bits of config need to be set to fully enable cors.
6066
# config.BinderHub.cors_allow_origin controls the allowed origins for the

0 commit comments

Comments
 (0)