fix(promtail): correct mistake in namespace generator

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-24 18:56:02 +01:00
parent d0aa093d5c
commit b8fbbeeb3d
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -262,7 +262,7 @@ config:
http_listen_port: {{ .Values.config.serverPort }}
client:
url: {{ .Values.config.lokiAddress | default ( printf "http://%v.ix-%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name Release.Namespace ) }}
url: {{ .Values.config.lokiAddress | default ( printf "http://%v.%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name .Release.Namespace ) }}
{{- tpl .Values.config.snippets.extraClientConfigs . | nindent 2 }}
positions: