File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master / unreleased
4
4
5
+ * [ BUGFIX] fix: upstream_protocol reference in auth_orgs #509
5
6
* [ ENHANCEMENT] Add ` nginx.config.upstream_protocol ` field to configure the upstream protocol in the nginx configuration #506
6
7
7
8
## 2.4.0 / 2024-07-18
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ data:
160
160
{{- range $org := compact .Values.nginx.config.auth_orgs | uniq }}
161
161
location = /api/v1/push/{{ $org }} {
162
162
proxy_set_header X-Scope-OrgID {{ $org }};
163
- proxy_pass {{ .Values.nginx.config.upstream_protocol }}://{{ template "cortex.fullname" $ }}-distributor.{{ $rootDomain }}/api/v1/push;
163
+ proxy_pass {{ $ .Values.nginx.config.upstream_protocol }}://{{ template "cortex.fullname" $ }}-distributor.{{ $rootDomain }}/api/v1/push;
164
164
}
165
165
{{- end }}
166
166
{{- end }}
You can’t perform that action at this time.
0 commit comments