Skip to content

Commit d6d2c0c

Browse files
committed
🎶indentation fix
1 parent 0e1ab8a commit d6d2c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1-the-manual-menace/3-ubiquitous-journey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ All of these traits lead to one outcome - the ability to build and release quali
4949

5050
2. Go to `tech-exercise` git repository on GitLab by clicking [here](https://<GIT_SERVER>/<TEAM_NAME>/tech-exercise) 👈
5151

52-
From left panel, go to `Settings > Integrations` and add the URL you just copied from your terminal to enable the WebHook. Now whenever a change is made in Git, ArgoCD will instantly reconcile and apply the differences between the current state in the cluster and the desired state in git 🪄. Click `Add webhook`.
52+
From left panel, go to `Settings > Integrations` and add the URL you just copied from your terminal to enable the WebHook. Now whenever a change is made in Git, ArgoCD will instantly reconcile and apply the differences between the current state in the cluster and the desired state in git 🪄. Click `Add webhook`.
5353

54-
![gitlab-argocd-webhook](images/gitlab-argocd-webhook.png)
54+
![gitlab-argocd-webhook](images/gitlab-argocd-webhook.png)
5555

5656
3. In order for ArgoCD to sync the changes from our git repository, we need to provide access to it. We'll deploy a secret to cluster, for now *not done as code* but in the next lab we'll add the secret as code and store it encrypted in Git. In your terminal
5757

0 commit comments

Comments
 (0)