service: Make secrets available in a variable
This commit is contained in:
@@ -80,7 +80,11 @@ argument_specs:
|
||||
required: false
|
||||
default: ""
|
||||
service_container_secrets:
|
||||
description: A list of secrets available to the service container in /run/secrets/<service name>-<secret name>
|
||||
description:
|
||||
- A list of secrets available to the service container in /run/secrets/<service name>-<secret name>
|
||||
- >
|
||||
A dict of secrets and their values (including autogenerated values) is available as `_service_podman_secrets` for use
|
||||
in tepmlates or environment variables. This should only be used if the container doesn't support reading the secret from file
|
||||
type: list
|
||||
required: false
|
||||
default: []
|
||||
|
||||
Reference in New Issue
Block a user