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:
uumas
2025-06-26 10:30:49 +03:00
parent 8f29c2815e
commit 2e14434c9f
3 changed files with 13 additions and 8 deletions

View File

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