commit
b1db6633bf
|
@ -61,7 +61,7 @@ func parseSecret(value string) (*secretsprovider.Source, error) {
|
||||||
return nil, errors.Errorf("unexpected key '%s' in '%s'", key, field)
|
return nil, errors.Errorf("unexpected key '%s' in '%s'", key, field)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if typ == "env" {
|
if typ == "env" && fs.Env == "" {
|
||||||
fs.Env = fs.FilePath
|
fs.Env = fs.FilePath
|
||||||
fs.FilePath = ""
|
fs.FilePath = ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue