From 06f64e07c0e3151e757d1fc1dc424cc365cf66af Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Fri, 14 Feb 2020 17:01:50 +0900 Subject: [PATCH] fix promtail/templates/NOTES.txt to show correctly port-forward command --- production/helm/promtail/Chart.yaml | 2 +- production/helm/promtail/templates/NOTES.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/production/helm/promtail/Chart.yaml b/production/helm/promtail/Chart.yaml index 0f4a060bf74e..0826af2394ae 100644 --- a/production/helm/promtail/Chart.yaml +++ b/production/helm/promtail/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: "v1" name: promtail -version: 0.18.1 +version: 0.18.2 appVersion: v1.3.0 kubeVersion: "^1.10.0-0" description: "Responsible for gathering logs and sending them to Loki" diff --git a/production/helm/promtail/templates/NOTES.txt b/production/helm/promtail/templates/NOTES.txt index 82df065fe1c8..4d8a1a50d490 100644 --- a/production/helm/promtail/templates/NOTES.txt +++ b/production/helm/promtail/templates/NOTES.txt @@ -1,3 +1,3 @@ Verify the application is working by running these commands: - kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.port }} - curl http://127.0.0.1:{{ .Values.port }}/metrics \ No newline at end of file + kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.config.server.http_listen_port }} + curl http://127.0.0.1:{{ .Values.config.server.http_listen_port }}/metrics