Skip to content

Commit

Permalink
/workspace as HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 17, 2023
1 parent 339fad2 commit 1b3c9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/calrissian-session/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.1.12
version: 0.1.13

# 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
2 changes: 2 additions & 0 deletions charts/calrissian-session/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ spec:
valueFrom: {fieldRef: {fieldPath: metadata.name}}
- name: XDG_RUNTIME_DIR
value: /workspace/.podman
- name: HOME
value: /workspace
{{- if .Values.s3.enabled }}
- name: AWS_DEFAULT_REGION
value: {{ .Values.s3.region }}
Expand Down

0 comments on commit 1b3c9e1

Please sign in to comment.