From a5ba5faf0cdea606bb55e44489edd6e573ee8183 Mon Sep 17 00:00:00 2001 From: Long Nguyen Date: Fri, 16 Dec 2016 11:42:15 +0700 Subject: [PATCH] Update checksum/config annotation --- docs/charts_tips_and_tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts_tips_and_tricks.md b/docs/charts_tips_and_tricks.md index e97b560ce..4d7a15712 100644 --- a/docs/charts_tips_and_tricks.md +++ b/docs/charts_tips_and_tricks.md @@ -80,7 +80,7 @@ spec: template: metadata: annotations: - checksum/config: {{ include "mychart/templates/configmap.yaml" . | sha256sum }} + checksum/config: {{ include (print $.Chart.Name "/templates/secret.yaml") . | sha256sum }} [...] ```