Use baseHref value
This commit is contained in:
parent
b235261f2a
commit
ab8987aeaa
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ spec:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: BASE_HREF
|
- name: BASE_HREF
|
||||||
value: /
|
value: {{ .Values.ui.baseHref | quote }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.ui.resources | nindent 12 }}
|
{{- toYaml .Values.ui.resources | nindent 12 }}
|
||||||
{{- with .Values.ui.nodeSelector }}
|
{{- with .Values.ui.nodeSelector }}
|
||||||
|
|
Loading…
Reference in a new issue