Hotfix baseHref value not being used
This commit is contained in:
parent
664829aa24
commit
c077fafd05
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ spec:
|
|||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
- name: BASE_HREF
|
||||
value: /
|
||||
value: {{ .Values.server.baseHref | quote }}
|
||||
resources:
|
||||
{{- toYaml .Values.server.resources | nindent 12 }}
|
||||
{{- with .Values.server.nodeSelector }}
|
||||
|
|
Loading…
Reference in a new issue