mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-25 01:59:39 +00:00
fix: 移除多余的括号
This commit is contained in:
parent
36c22334db
commit
39e3e2d524
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user