We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5a1f3 commit c8fa2e6Copy full SHA for c8fa2e6
charts/loki/templates/gateway/_helpers.tpl
@@ -2,14 +2,14 @@
2
gateway fullname
3
*/}}
4
{{- define "loki.gatewayFullname" -}}
5
-{{- include "loki.fullname" . -}}-gateway
+{{ include "loki.fullname" . }}-gateway
6
{{- end -}}
7
8
{{/*
9
gateway common labels
10
11
{{- define "loki.gatewayLabels" -}}
12
-{{- include "loki.labels" . }}
+{{ include "loki.labels" . }}
13
app.kubernetes.io/component: gateway
14
15
0 commit comments