From 7114f04190fa0a92dfd9ceb9e2df2cb173dbcce9 Mon Sep 17 00:00:00 2001 From: ChristianWeissCG <38951887+ChristianWeissCG@users.noreply.github.com> Date: Sat, 23 Mar 2019 16:38:55 +0100 Subject: [PATCH] Drop schelm from the list as it is superseded by `helm template` see: https://github.com/databus23/schelm/issues/2 --- docs/chart_template_guide/wrapping_up.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/chart_template_guide/wrapping_up.md b/docs/chart_template_guide/wrapping_up.md index c7ecad475..e2a6404dc 100755 --- a/docs/chart_template_guide/wrapping_up.md +++ b/docs/chart_template_guide/wrapping_up.md @@ -11,7 +11,6 @@ But there are many things this guide has not covered when it comes to the practi - The Helm [Charts Tips and Tricks](../charts_tips_and_tricks.md) article provides some useful tips for writing charts. - The [Sprig documentation](https://github.com/Masterminds/sprig) documents more than sixty of the template functions. - The [Go template docs](https://godoc.org/text/template) explain the template syntax in detail. -- The [Schelm tool](https://github.com/databus23/schelm) is a nice helper utility for debugging charts. Sometimes it's easier to ask a few questions and get answers from experienced developers. The best place to do this is in the [Kubernetes Slack](https://kubernetes.slack.com) Helm channels: