Skip to content

Commit

Permalink
Merge branch 'main' into fix-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-pona authored Sep 19, 2023
2 parents d5e518a + d25a9c0 commit b925406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/03/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In this Lab you are going to learn about [Resource Hooks](https://argoproj.githu

## Resource Hooks

Hooks allow to run scripts before, during and after the Argo CD **sync** operation is running. They give you more control over the sync process. They can also run when the sync operation fails for example. The concept is very similar to the concept of [Helm Hooks](https://helm.sh/docs/topics/charts_hooks/#the-available-hooks).
Hooks allow to run scripts before, during and after the Argo CD **sync** operation is running. They give you more control over the sync process. They can also run when the sync operation fails for example. The concept is very similar to the concept of [Helm Hooks](https://helm.sh/docs/topics/charts_hooks/#the-available-hooks). Argo CD supports many Helm hooks by mapping the Helm annotations onto Argo CD's own hook annotations. You can see the full mapping of the Helm hooks [in the ArgoCD documentation](https://argo-cd.readthedocs.io/en/stable/user-guide/helm/#helm-hooks)

Some examples when hooks can be useful:

Expand Down
2 changes: 2 additions & 0 deletions content/en/docs/06/app_of_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Explore the Argo parent application in the web UI.

As you can see our newly created parent app consits of another three apps.

Note that the child applications resources are not synced automatically. This is because an ArgoCD application only synces their direct child resources. To sync the child apps, either click on sync in the ArgoCD UI or set the sync policy to automed.


## Task {{% param sectionnumber %}}.3: Delete the Application

Expand Down

0 comments on commit b925406

Please sign in to comment.