mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Improve docs for Hooks (#3115)
This commit is contained in:
parent
c9b0fdf1d7
commit
f230df938e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Kubernetes rolling update strategy.
|
|||
|
||||
## Usage
|
||||
|
||||
Hooks are simply Kubernetes manifests annotated with `argocd.argoproj.io/hook`, e.g.:
|
||||
Hooks are simply Kubernetes manifests inside your Argo CD Application annotated with `argocd.argoproj.io/hook`, e.g.:
|
||||
|
||||
```yaml
|
||||
apiVersion: batch/v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue