Use baseHref value

This commit is contained in:
Trevor Foster 2020-02-19 01:46:21 -05:00 committed by GitHub
parent b235261f2a
commit ab8987aeaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: BASE_HREF
value: /
value: {{ .Values.ui.baseHref | quote }}
resources:
{{- toYaml .Values.ui.resources | nindent 12 }}
{{- with .Values.ui.nodeSelector }}