-
Bug
-
Resolution: Unresolved
-
Normal
-
GitOps 1.12, GitOps 1.13
-
1
-
-
Documentation (Ref Guide, User Guide, etc.)
The yaml examples for configuring the NotificationsConfiguration CR are incorrect as follows
spec: Services:
Should be:
spec: services:
Also
spec: Subscriptions:
Should be
spec: subscriptions:
Additionally, in the example to configure a service, it refers to $slack-token where according to the upstream docs (https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/services/slack/), it appears this is a placeholder to a key that should be in a k8s secret named "argocd-notifications-secret". The secret "argocd-notifications-secret" is managed by ArgoCD but there is no mention in the documentation of how these kinds of placeholders should be added to this secret.
- documents
-
RHDEVDOCS-6150 Slack-token updates in NotificationsConfiguration CR
- Pull Request Sent
- is caused by
-
RHDEVDOCS-6192 [SPIKE] GitOps content improvement assessment activity
- Coding In Progress
- is cloned by
-
OEIIITB-17 [gitops-docs-1.12] Issue in file argocd_instance/argo-cd-cr-component-properties.adoc
- In Progress
- links to