container: Add support for specifying secret type (untested)

This commit is contained in:
uumas
2025-06-17 09:08:59 +03:00
parent 3ac6b98a30
commit 7d8b1cb258
4 changed files with 28 additions and 2 deletions

View File

@@ -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