Skip to content

Commit c8fa2e6

Browse files
Fix formatting in gateway helper template
1 parent 5b5a1f3 commit c8fa2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/loki/templates/gateway/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
gateway fullname
33
*/}}
44
{{- define "loki.gatewayFullname" -}}
5-
{{- include "loki.fullname" . -}}-gateway
5+
{{ include "loki.fullname" . }}-gateway
66
{{- end -}}
77

88
{{/*
99
gateway common labels
1010
*/}}
1111
{{- define "loki.gatewayLabels" -}}
12-
{{- include "loki.labels" . }}
12+
{{ include "loki.labels" . }}
1313
app.kubernetes.io/component: gateway
1414
{{- end -}}
1515

0 commit comments

Comments
 (0)