github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-022_validate_notifications/02-update-notifications-cm.yaml (about)

     1  apiVersion: kuttl.dev/v1beta1
     2  kind: TestStep
     3  commands:
     4  - script: sleep 15
     5  - script: |
     6      set -e 
     7  
     8      kubectl patch notificationsconfiguration default-notifications-configuration -n $NAMESPACE --type='json' -p='[{"op": "add", "path": "/spec/services", "value": {"service.email.gmail": "{host: smtp4dev, port: 2525, from: fake@email.com }" } }]'
     9  - script: sleep 5
    10