quote router prefix

This commit is contained in:
2025-10-26 19:11:48 -05:00
parent dacfaeeb94
commit b98ba518cf

View File

@@ -36,7 +36,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: ROUTER_PREFIX
value: {{ .Values.ontime.prefix}}
value: {{ .Values.ontime.prefix | quote}}
ports:
- name: http
containerPort: {{ .Values.service.port }}