fix: 移除多余的括号

This commit is contained in:
吴小白 2023-08-11 23:57:18 +08:00
parent 36c22334db
commit 39e3e2d524

View File

@ -81,7 +81,7 @@ server {
send_timeout 6000;
}
{{- end }}
{{- if .Values.kael.enabled }}}
{{- if .Values.kael.enabled }}
location /kael/ {
proxy_pass {{ $kael }};
proxy_buffering off;
@ -98,7 +98,7 @@ server {
send_timeout 6000;
}
{{- end }}
{{ if .Values.core.enabled }}}
{{ if .Values.core.enabled }}
location /ws/ {
proxy_pass {{ $core }};
proxy_buffering off;