mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
Fix typo (#2265)
> `/metadata/generaName`. Is generaName a mistake in generateName ?
This commit is contained in:
parent
4e9772e19b
commit
b85785726c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ The following hooks are defined:
|
|||
|
||||
### Generate Name
|
||||
|
||||
Named hooks (i.e. ones with `/metadata/name`) will only be created once. If you want a hook to be re-created each time either use `BeforeHookCreation` policy (see below) or `/metadata/generaName`.
|
||||
Named hooks (i.e. ones with `/metadata/name`) will only be created once. If you want a hook to be re-created each time either use `BeforeHookCreation` policy (see below) or `/metadata/generateName`.
|
||||
|
||||
## Selective Sync
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue