@@ -316,7 +316,7 @@ description: |-
316316 Here's a configuration for letting argocd send notifications back to GitHub:
317317
318318 1. [Create GitHub PAT](https://docs.github.com/en/[email protected] /authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token) 319- with scope `repo:status`
319+ with scope `repo:status`
320320 2. Save the PAT to SSM `/argocd/notifications/notifiers/common/github-token`
321321 3. Use this atmos stack configuration
322322
@@ -335,7 +335,7 @@ description: |-
335335 Here's a configuration Github notify ArgoCD on commit:
336336
337337 1. [Create GitHub PAT](https://docs.github.com/en/[email protected] /authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token) 338- with scope `admin:repo_hook`
338+ with scope `admin:repo_hook`
339339 2. Save the PAT to SSM `/argocd/github/api_key`
340340 3. Use this atmos stack configuration
341341
@@ -400,13 +400,13 @@ description: |-
400400 ArgoCD supports Slack notifications on application deployments.
401401
402402 1. In order to enable Slack notifications, first create a Slack Application following the
403- [ArgoCD documentation](https://argocd-notifications.readthedocs.io/en/stable/services/slack/).
403+ [ArgoCD documentation](https://argocd-notifications.readthedocs.io/en/stable/services/slack/).
404404 1. Create an OAuth token for the new Slack App
405405 1. Save the OAuth token to AWS SSM Parameter Store in the same account and region as Github tokens. For example,
406- `core-use2-auto`
406+ `core-use2-auto`
407407 1. Add the app to the chosen Slack channel. _If not added, notifications will not work_
408408 1. For this component, enable Slack integrations for each Application with `var.slack_notifications_enabled` and
409- `var.slack_notifications`:
409+ `var.slack_notifications`:
410410
411411 ```yaml
412412 slack_notifications_enabled: true
@@ -415,7 +415,7 @@ description: |-
415415 ```
416416
417417 6. In the `argocd-repo` component, set `var.slack_notifications_channel` to the name of the Slack notification channel
418- to add the relevant ApplicationSet annotations
418+ to add the relevant ApplicationSet annotations
419419
420420 ## Troubleshooting
421421
0 commit comments