service: Set secret target to secret name
This is a breaking change as it was previously prefixed with service name
This commit is contained in:
@@ -169,10 +169,10 @@ argument_specs:
|
||||
description:
|
||||
- Database type to set up.
|
||||
- >
|
||||
It will be run in a docker container accessible to the service at
|
||||
It will be run in a container accessible to the service at
|
||||
host {{ service_name }}-{{ service_database_type }} on the default port.
|
||||
- The database user will be {{ service_name }}
|
||||
- The password will be accessible as secret at /run/secrets/{{ service_name }}-{{ service_database_type }}
|
||||
- The password will be accessible as secret at /run/secrets/{{ service_database_type }}
|
||||
- >
|
||||
The password will also be available as the
|
||||
service_podman_secrets['{{ service_name }}-{{ service_database_type }}'] variable.
|
||||
|
||||
Reference in New Issue
Block a user