-
Bug
-
Resolution: Unresolved
-
Undefined
-
GitOps 1.15, GitOps 1.16
-
GitOps #265 Feb06 - Feb27
-
1
-
---
-
---
This task captures the efforts involved in modifying the YAML code block for the Subscriptions feature in the NotificationsConfiguration CR section. Replace the existing YAML code snippet with the following code snippet:
From
apiVersion: argoproj.io/v1alpha1 kind: NotificationsConfiguration metadata: name: default-notifications-configuration spec: Subscriptions: | subscriptions: | # subscription for on-sync-status-unknown trigger notifications - recipients: - slack:test2 - email:test@gmail.com triggers: - on-sync-status-unknown # subscription restricted to applications with matching labels only - recipients: - slack:test3 selector: test=true triggers: - on-sync-status-unknown icon: <override-icon> # optional icon for the message (supports both emoji and url notation)
To
apiVersion: argoproj.io/v1alpha1 kind: NotificationsConfiguration metadata: name: default-notifications-configuration spec: subscriptions: subscriptions: | #subscription for on - sync - status - unknown trigger notifications - recipients: - slack:test2 - email:test@gmail.com triggers: - on-sync-status-unknown #subscription restricted to applications with matching labels only - recipients: - slack:test3 selector: test=true triggers: - on-sync-status-unknown icon: <override-icon> # optional icon for the message (supports both emoji and url notation)
- is cloned by
-
RHDEVDOCS-6394 Change the instruction for capturing must-gather reports
-
- Pull Request Sent
-
- links to