mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +08:00
Merge pull request #10221 from ashley-cui/envsec
Add support for environment variable secrets
This commit is contained in:
@ -180,6 +180,9 @@ type ContainerBasicConfig struct {
|
||||
// set tags as `json:"-"` for not supported remote
|
||||
// Optional.
|
||||
PidFile string `json:"-"`
|
||||
// EnvSecrets are secrets that will be set as environment variables
|
||||
// Optional.
|
||||
EnvSecrets map[string]string `json:"secret_env,omitempty"`
|
||||
}
|
||||
|
||||
// ContainerStorageConfig contains information on the storage configuration of a
|
||||
|
Reference in New Issue
Block a user