feat(argo-cd): add lifecycle hooks to repo server (#1922)
* add lifesycle webhook to repo server Signed-off-by: goshado <goshatoo@gmail.com> * add lifesycle webhook to repo server Signed-off-by: goshado <goshatoo@gmail.com> * add lifesycle webhook to repo server Signed-off-by: goshado <goshatoo@gmail.com> --------- Signed-off-by: goshado <goshatoo@gmail.com> Signed-off-by: GoshaDozoretz <106976988+gosharo@users.noreply.github.com> Co-authored-by: goshado <goshatoo@gmail.com>
This commit is contained in:
parent
1a5ee8eb35
commit
05bc6a236d
4 changed files with 11 additions and 3 deletions
|
|
@ -2059,6 +2059,9 @@ repoServer:
|
|||
# - secretRef:
|
||||
# name: secret-name
|
||||
|
||||
# -- Specify postStart and preStop lifecycle hooks for your argo-repo-server container
|
||||
lifecycle: {}
|
||||
|
||||
# -- Additional containers to be added to the repo server pod
|
||||
## Ref: https://argo-cd.readthedocs.io/en/stable/user-guide/config-management-plugins/
|
||||
## Note: Supports use of custom Helm templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue