Hotfix baseHref value not being used

This commit is contained in:
Trevor Foster 2020-03-11 02:30:20 -04:00 committed by GitHub
parent 664829aa24
commit c077fafd05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}