Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
rstudio init script
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Feb 10, 2021
1 parent 7b78959 commit 5b7a823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.6
version: 0.2.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ spec:
{{- if .Values.environment.root }}
- name: ROOT
value: "TRUE"
{{- end }}
{{- if .Values.init.personnalInit }}
- name: PERSONNAL_INIT_SCRIPT
value: {{ .Values.init.personnalInit }}
{{- end }}
envFrom:
{{- if .Values.environment.s3 }}
Expand Down

0 comments on commit 5b7a823

Please sign in to comment.