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

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