Skip to content

Commit

Permalink
Merge pull request #57 from scaleoutsystems/master
Browse files Browse the repository at this point in the history
release/v0.3.0
  • Loading branch information
dstoyanova authored Dec 16, 2020
2 parents 10695aa + c977aea commit 29171b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: {{ .Release.Name }}-studio-db-pvc
spec:
accessModes:
- {{ .Values.studio.storage.accessModes }}
- {{ .Values.studio.storage.accessModes | default "ReadWriteMany"}}
storageClassName: {{ .Values.studio.storage.StorageClassName | default "hostpath" }}
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion scaleout/stackn/templates/studio-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ data:
REPO_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
DOMAIN = {{ .Values.domain | quote }}
STUDIO_HOST = "https://{{ .Values.domain | quote }}"
STUDIO_HOST = "https://{{ .Values.domain }}"
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/
Expand Down

0 comments on commit 29171b3

Please sign in to comment.