Merge branch 'master' into no-binary
This commit is contained in:
commit
fe0c874815
4
internal/env/config.go
vendored
4
internal/env/config.go
vendored
|
@ -144,6 +144,10 @@ func (cfg *Config) deprecationWarn() {
|
|||
}
|
||||
}
|
||||
|
||||
// settingAliases provides alternate environment variable names for certain settings, either because
|
||||
// they were renamed during drone-helm3's lifetime or for backward-compatibility with the original
|
||||
// drone-helm. Most config options don't need to be included here; adding them to the main Config
|
||||
// struct is sufficient.
|
||||
type settingAliases struct {
|
||||
Command string `envconfig:"helm_command"`
|
||||
AddRepos []string `envconfig:"helm_repos"`
|
||||
|
|
Loading…
Reference in a new issue