1
0
forked from clan/clan-core

Merge pull request 'facts: mention prompt_value in docs for generator.scripts' (#1703) from DavHau/clan-core:DavHau-facts-docs into main

This commit is contained in:
clan-bot 2024-07-04 06:03:34 +00:00
commit 61adaf0bdd

View File

@ -106,8 +106,9 @@
description = '' description = ''
Shell script snippet to generate the secrets and facts. Shell script snippet to generate the secrets and facts.
The script has access to the following environment variables: The script has access to the following environment variables:
- facts: path to a directory where facts can be stored - prompt_value: prompted value in case a prompt was defined
- secrets: path to a directory where secrets can be stored - facts: path to a directory where facts can be stored
- secrets: path to a directory where secrets can be stored
The script is expected to generate all secrets and facts defined for this service. The script is expected to generate all secrets and facts defined for this service.
''; '';
}; };