Skip to content

Commit

Permalink
added extraCommandlineArgs in values file (grafana#1981)
Browse files Browse the repository at this point in the history
* added extraCommandlineArgs in values file

* corrected yaml with adding space

* upgrade promtail chart version

* update loki-stack chart version
  • Loading branch information
sshah90 authored Apr 24, 2020
1 parent 53e7edf commit ec75c78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: loki-stack
version: 0.36.0
version: 0.36.1
appVersion: v1.4.1
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
2 changes: 1 addition & 1 deletion production/helm/promtail/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: promtail
version: 0.22.0
version: 0.22.1
appVersion: v1.4.1
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"
Expand Down
8 changes: 8 additions & 0 deletions production/helm/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ volumeMounts:
# Custom volumeMounts together with the default ones
extraVolumeMounts: []

# Add extra Commandline args while starting up promtail.
# more info : https://github.com/grafana/loki/pull/1530

extraCommandlineArgs: []
# example:
# extraCommandlineArgs:
# - -client.external-labels=hostname=$(HOSTNAME)

config:
client:
# Maximum wait period before sending batch
Expand Down

0 comments on commit ec75c78

Please sign in to comment.