Fix Helmfile swallowing secrets decryption errors (#1849)
This commit is contained in:
parent
f38958d6d7
commit
77241607fa
|
|
@ -354,7 +354,7 @@ func (c *StateCreator) scatterGatherEnvSecretFiles(st *HelmState, envSecretFiles
|
|||
},
|
||||
)
|
||||
|
||||
if len(errs) > 1 {
|
||||
if len(errs) > 0 {
|
||||
for _, err := range errs {
|
||||
st.logger.Error(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue