Merge pull request #42956 from Henni/patch-1
Fix & Clarify files secretGenerator
This commit is contained in:
commit
317df88b0d
|
|
@ -35,7 +35,7 @@ secretGenerator:
|
|||
- password=1f2d1e2e67df
|
||||
{{< /tab >}}
|
||||
{{% tab name="Files" %}}
|
||||
1. Store the credentials in files with the values encoded in base64:
|
||||
1. Store the credentials in files. The filenames are the keys of the secret:
|
||||
|
||||
```shell
|
||||
echo -n 'admin' > ./username.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue