Skip to content

Commit cbee2c3

Browse files
authored
Merge branch 'main' into APL-1614
2 parents 336b83a + 23b9f20 commit cbee2c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

helmfile.d/helmfile-60.teams.yaml.gotmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

values/prometheus-operator/prometheus-operator.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)