Skip to content

Commit 8a95530

Browse files
jaideepr97Jaideep Raorishabh625
authored
docs: Update user guide notifications (#318)
* empty * update usage guide for notifications Co-authored-by: Jaideep Rao <[email protected]> Co-authored-by: rishabh625 <[email protected]>
1 parent 0dc045e commit 8a95530

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/OpenShift GitOps Usage Guide.md

+15
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,21 @@ spec:
746746
wildcardPolicy: None
747747
```
748748
749+
#### Enable Notifications with Argo CD instance
750+
751+
Argo CD Notifications controller can be enabled/disabled using a new toggle within the Argo CD CR with default specs as follows:
752+
753+
``` yaml
754+
apiVersion: argoproj.io/v1alpha1
755+
kind: ArgoCD
756+
metadata:
757+
name: example-argocd
758+
spec:
759+
notifications:
760+
enabled: True
761+
```
762+
763+
Notifications are disabled by default. Please refer to [upstream documentation](https://argocd-operator.readthedocs.io/en/latest/usage/notifications/) for further information
749764

750765
#### Deploy resources to a different namespace
751766

0 commit comments

Comments
 (0)