Fix PORT value in deployment.yaml

This commit is contained in:
Caleb Woodbine 2021-05-15 10:50:06 +12:00
parent 159793612c
commit 0a46cae0de
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ spec:
- run
env:
- name: PORT
value: {{ .Values.service.port }}
value: {{ .Values.service.port | toString | quote }}
{{- if .Values.adminUser.email }}
- name: ADMIN_USER_EMAIL
valueFrom: