File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
values/prometheus-operator Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,11 @@ releases:
157157 uid: loki
158158 type: loki
159159 access: proxy
160+ {{- if eq $v .obj.provider.type " linode" }}
160161 url: http://loki-query-frontend-headless.monitoring :3101
162+ {{- else }}
163+ url: http://loki-headless.monitoring :3101
164+ {{- end }}
161165 basicAuth: true
162166 basicAuthUser: {{ $teamId }}
163167 secureJsonData:
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ grafana:
300300 uid: loki
301301 type: loki
302302 access: proxy
303- {{- if eq $v .obj.provider.type " minioLocal " " linode" }}
303+ {{- if eq $v .obj.provider.type " linode" }}
304304 url: http://loki-query-frontend-headless.monitoring :3101
305305 {{- else }}
306306 url: http://loki-headless.monitoring :3101
You can’t perform that action at this time.
0 commit comments