File tree Expand file tree Collapse file tree
ansible/roles/vault_utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,10 +42,16 @@ This relies on [kubernetes.core](https://docs.ansible.com/ansible/latest/collect
4242
4343## Values secret file format
4444
45- Currently this role supports two formats: version 1.0 (which is the assumed default when not specified) and version 2.0.
46- The latter is more fatureful and supports generating secrets directly into the vault and also prompting the user for a secret.
47- By default, the first file that will looked up is ` ~/.config/hybrid-cloud-patterns/values-secret-<patternname>.yaml`, then
48- ` ~/values-secret-<patternname>.yaml` and should that not exist it will look for `~/values-secret.yaml`.
45+ Currently this role supports two formats: version 1.0 (which is the assumed
46+ default when not specified) and version 2.0. The latter is more fatureful and
47+ supports generating secrets directly into the vault and also prompting the user
48+ for a secret.
49+
50+ By default, the first file that will looked up is
51+ ` ~/.config/hybrid-cloud-patterns/values-secret-<patternname>.yaml`, then
52+ ` ~/.config/validated-patterns/values-secret-<patternname>.yaml` ,
53+ ` ~/values-secret-<patternname>.yaml` and should that not exist it will look for
54+ ` ~/values-secret.yaml` .
4955The paths can be overridden by setting the environment variable `VALUES_SECRET` to the path of the
5056secret file.
5157
Original file line number Diff line number Diff line change 6666 vars :
6767 findme :
6868 - " ~/.config/hybrid-cloud-patterns/values-secret-{{ pattern_name }}.yaml"
69+ - " ~/.config/validated-patterns/values-secret-{{ pattern_name }}.yaml"
6970 - " ~/values-secret-{{ pattern_name }}.yaml"
7071 - " ~/values-secret.yaml"
7172 - " {{ pattern_dir }}/values-secret.yaml.template"
You can’t perform that action at this time.
0 commit comments