mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-24 18:48:29 +03:00
commit
8d37c5bdea
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ Example:
|
||||||
#### `age.secrets.<name>.symlink`
|
#### `age.secrets.<name>.symlink`
|
||||||
|
|
||||||
`age.secrets.<name>.symlink` is a boolean. If true (the default),
|
`age.secrets.<name>.symlink` is a boolean. If true (the default),
|
||||||
secrets are symlinked to `age.secrets.<name>.path`. If false, secerts
|
secrets are symlinked to `age.secrets.<name>.path`. If false, secrets
|
||||||
are copied to `age.secrets.<name>.path`. Usually, you want to keep
|
are copied to `age.secrets.<name>.path`. Usually, you want to keep
|
||||||
this as true, because it secure cleanup of secrets no longer
|
this as true, because it secure cleanup of secrets no longer
|
||||||
used. (The symlink will still be there, but it will be broken.) If
|
used. (The symlink will still be there, but it will be broken.) If
|
||||||
|
|
Loading…
Reference in a new issue