No typo inthe helm.Config docs [#9]

This commit is contained in:
Erin Call 2019-12-23 14:03:51 -08:00
parent ad5baea3e6
commit ae9cb59a1f
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1

View file

@ -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