Skip to content

Commit

Permalink
Merge pull request #11 from ScilifelabDataCentre/staging
Browse files Browse the repository at this point in the history
Handling of reset db in main
  • Loading branch information
alfredeen authored Nov 23, 2023
2 parents d3992cf + 44e6f2b commit ff4f371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaleout/stackn/templates/studio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ spec:
{{ end }}
- name: INIT
value: {{ .Values.studio.init | quote }}
- name: RESET_DB
value: {{ .Values.studio.reset_db | quote }}
- name: STUDIO_STORAGECLASS
value: {{ include "stackn.studio.storageclass" . }}
- name: STUDIO_ACCESSMODE
Expand Down
1 change: 1 addition & 0 deletions scaleout/stackn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ studio:
type: RollingUpdate
debug: false
init: true
reset_db: false
enable_project_extra_settings: false
inactive_users: False
custom_apps:
Expand Down

0 comments on commit ff4f371

Please sign in to comment.