github.com/argoproj-labs/argocd-operator@v0.10.0/examples/argocd-notifications.yaml (about) 1 apiVersion: argoproj.io/v1beta1 2 kind: ArgoCD 3 metadata: 4 name: example-argocd 5 labels: 6 example: route 7 spec: 8 notifications: 9 enabled: true 10 prometheus: 11 enabled: true 12 route: 13 enabled: true 14 server: 15 route: 16 enabled: true