Skip to content

Commit

Permalink
Fixing arg with env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Apr 28, 2020
1 parent acebfe1 commit 485c8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/distributed-loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: loki-distributed
description: A Helm chart for Kubernetes
type: application

version: 0.1.12
version: 0.1.13
appVersion: 1.4.1
2 changes: 1 addition & 1 deletion charts/distributed-loki/templates/canary/canary-dmn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- args:
- -addr={{ include "loki-helm.gateway" . }}.{{ .Release.Namespace }}.svc.cluster.local:80
- -labelname=instance
- -labelvalue=$POD_NAME
- -labelvalue=$(POD_NAME)
{{- if .Values.canary.args }}
{{- toYaml .Values.canary.args | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 485c8f7

Please sign in to comment.