Skip to content

Commit a4a6193

Browse files
committed
Revert "Fix: nginz template broken for allowlisted_origins (#2073)"
This reverts commit 5a1a409.
1 parent b86598f commit a4a6193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/nginz/templates/conf/_nginx.conf.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ http {
126126
map $http_origin $cors_header {
127127
default "";
128128
{{ range $origin := .Values.nginx_conf.allowlisted_origins }}
129-
"https://{{ $origin }}.{{ $.Values.nginx_conf.external_env_domain}} "$http_origin";
129+
"https://{{ $origin }}.{{ .Values.nginx_conf.external_env_domain}} "$http_origin";
130130
{{ end }}
131131
}
132132

0 commit comments

Comments
 (0)