From ae9cb59a1f21803d250a0fa099faa80a0ff71464 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Mon, 23 Dec 2019 14:03:51 -0800 Subject: [PATCH] No typo inthe helm.Config docs [#9] --- internal/helm/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/helm/config.go b/internal/helm/config.go index f2041e0..19bcec4 100644 --- a/internal/helm/config.go +++ b/internal/helm/config.go @@ -5,7 +5,7 @@ import ( "strings" ) -// The Config struct captures the `settings` and `environment` blocks inthe application's drone +// The Config struct captures the `settings` and `environment` blocks in the application's drone // config. Configuration in drone's `settings` block arrives as uppercase env vars matching the // config key, prefixed with `PLUGIN_`. Config from the `environment` block is *not* prefixed; any // keys that are likely to be in that block (i.e. things that use `from_secret` need an explicit