Skip to content

Commit

Permalink
Merge pull request #66 from kojderszymon/master
Browse files Browse the repository at this point in the history
Add arguments to values.yaml
  • Loading branch information
cgiraldo authored Sep 21, 2022
2 parents ce45894 + 83dd46b commit f192d9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/jupyter/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ spec:
args:
- start-notebook.sh
- --ip=0.0.0.0
{{ range .Values.extraArgs }}
- {{ . }}
{{ end }}
ports:
- name: http
containerPort: {{ .Values.containerPorts.http }}
Expand Down
1 change: 1 addition & 0 deletions charts/jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ clusterDomain: cluster.local
##
extraDeploy: []

extraArgs: []

image:
registry: docker.io
Expand Down

0 comments on commit f192d9d

Please sign in to comment.