container: Add support for specifying secret type (untested)
This commit is contained in:
@@ -114,7 +114,14 @@ argument_specs:
|
||||
description: Length of randomly generated string
|
||||
type: int
|
||||
required: false
|
||||
defalut: 128
|
||||
default: 128
|
||||
type:
|
||||
description: How the secret will be exposed to the container
|
||||
type: str
|
||||
choices:
|
||||
- mount
|
||||
- env
|
||||
default: mount
|
||||
|
||||
container_env:
|
||||
description: A dict of environment variables for the container
|
||||
|
||||
Reference in New Issue
Block a user