We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ffaf4 commit 6851cc0Copy full SHA for 6851cc0
scaleout/stackn/templates/studio-deployment.yaml
@@ -345,6 +345,10 @@ spec:
345
- name: HARBOR_PATH
346
value: {{ .Values.studio.project.path }}
347
{{ end }}
348
+ {{ if .Values.frontend.ingress.enabled }}
349
+ - name: FRONTEND_DOMAIN
350
+ value: {{ (index .Values.frontend.ingress.hosts 0) }}
351
+ {{ end }}
352
image: '{{ .Values.studio.image.repository | default (printf "harbor.scaleoutsystems.com/studio/studio:%s" .Chart.AppVersion) }}'
353
imagePullPolicy: {{ .Values.studio.image.pullPolicy }}
354
name: {{ .Release.Name }}-studio
0 commit comments