Skip to content

Commit

Permalink
[rstudio-sparkr] update statefulset.yaml to be consistent with rstudi…
Browse files Browse the repository at this point in the history
…o's charts (#160)
  • Loading branch information
CelestineSauvage authored Sep 23, 2024
1 parent e93449e commit 8d1cc1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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: 2.1.1
version: 2.1.2
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 0 additions & 2 deletions charts/rstudio-sparkr/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ spec:
{{- end }}
- name: PASSWORD
value: {{ .Values.security.password }}
{{- if .Values.environment.root }}
- name: ROOT
value: "TRUE"
- name: PROJECT_USER
Expand All @@ -179,7 +178,6 @@ spec:
value: {{ .Values.environment.group }}
- name: ROOT_PROJECT_DIRECTORY
value: /home/{{ .Values.environment.user }}/work
{{- end }}
{{- if .Values.init.regionInit }}
- name: REGION_INIT_SCRIPT
value: {{ .Values.init.regionInit }}
Expand Down

0 comments on commit 8d1cc1a

Please sign in to comment.