From 7b19d2c1c4a881a1ee09e85e95981effb8a09e45 Mon Sep 17 00:00:00 2001 From: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:40:11 -0500 Subject: [PATCH] chore(docs): Improve wording (#256) * chore(docs): Improve wording Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com> * chore(docs): Proper caps vendor Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com> --------- Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com> Co-authored-by: pasha-codefresh --- docs/services/awssqs.md | 2 +- docs/services/opsgenie.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/services/awssqs.md b/docs/services/awssqs.md index 74126893..266f4c21 100644 --- a/docs/services/awssqs.md +++ b/docs/services/awssqs.md @@ -63,7 +63,7 @@ stringData: ### Minimal configuration using AWS Env variables -Ensure following list of environment variables are injected via OIDC, or other method. And assuming SQS is local to the account. +Ensure the following list of environment variables are injected via OIDC, or another method. And assuming SQS is local to the account. You may skip usage of secret for sensitive data and omit other parameters. (Setting parameters via ConfigMap takes precedent.) Variables: diff --git a/docs/services/opsgenie.md b/docs/services/opsgenie.md index c590a4ac..61b0b5bc 100644 --- a/docs/services/opsgenie.md +++ b/docs/services/opsgenie.md @@ -13,7 +13,8 @@ To be able to send notifications with argocd-notifications you have to create an 9. Make sure the checkboxes for "Create and Update Access" and "enable" are selected, disable the other checkboxes to remove unnecessary permissions 10. Click "Safe Integration" at the bottom 11. Check your browser for the correct server apiURL. If it is "app.opsgenie.com" then use the US/international api url `api.opsgenie.com` in the next step, otherwise use `api.eu.opsgenie.com` (European API). -12. You are finished with configuring opsgenie. Now you need to configure argocd-notifications. Use the apiUrl, the team name and the apiKey to configure the Opsgenie integration in the `argocd-notifications-secret` secret. +12. You are finished with configuring Opsgenie. Now you need to configure argocd-notifications. Use the apiUrl, the team name and the apiKey to configure the Opsgenie integration in the `argocd-notifications-secret` secret. + ```yaml apiVersion: v1