From 2cf2dbb8684cf129de11da2eb17316d4fe66f925 Mon Sep 17 00:00:00 2001 From: Chad Horohoe <39928225+chadasapp@users.noreply.github.com> Date: Mon, 20 Aug 2018 11:06:58 -0700 Subject: [PATCH] Typofix: required_env -> requiredEnv The name is `requiredEnv` and I cannot find any references to `required_env` in the repository anywhere. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2cec54..b632e10c 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ releases: Helmfile uses [Go templates](https://godoc.org/text/template) for templating your helmfile.yaml. While go ships several built-in functions, we have added all of the functions in the [Sprig library](https://godoc.org/github.com/Masterminds/sprig). We also added one special template function: `requiredEnv`. -The `required_env` function allows you to declare a particular environment variable as required for template rendering. +The `requiredEnv` function allows you to declare a particular environment variable as required for template rendering. If the environment variable is unset or empty, the template rendering will fail with an error message. ## Using environment variables