Added support for webhook triggers. (#380)

This commit is contained in:
Eric Hayes 2020-06-19 15:25:11 -07:00 committed by GitHub
parent c4e4d1439b
commit f3bfd0f6fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 1 deletions

View file

@ -36,6 +36,25 @@ secret:
# Optional override username
username:
webhooks: {}
# For more information: https://argoproj-labs.github.io/argocd-notifications/services/webhook/
# mywebhook:
# url: http://example.com
# headers:
# - name: headerName
# value: headerValue
# basicAuth:
# username: username
# password: mypassword
# mywebhook2:
# url: http://example.com
# headers:
# - name: headerName
# value: headerValue
# basicAuth:
# username: username
# password: mypassword
resources: {}
# limits:
# cpu: 100m