container: Add support for specifying secret type (untested)
This commit is contained in:
@@ -138,6 +138,13 @@ argument_specs:
|
||||
type: int
|
||||
required: false
|
||||
default: 128
|
||||
type:
|
||||
description: How the secret will be exposed to the container
|
||||
type: str
|
||||
choices:
|
||||
- mount
|
||||
- env
|
||||
default: mount
|
||||
service_container_env:
|
||||
description: A dict of environment variables for the service container(s)
|
||||
type: dict
|
||||
|
||||
Reference in New Issue
Block a user