Skip to content

Commit

Permalink
feat(notifications): add Slack notifier configuration and update Clou…
Browse files Browse the repository at this point in the history
…dflare webhook settings

Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
  • Loading branch information
walnuts1018 committed Feb 9, 2025
1 parent a2d038c commit c3ced47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions k8s/_argocd/argocd_components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,19 @@ notifications:
name: "argocd-notifications-secret"
cm:
create: true

notifiers:
service.slack: |
token: $slack-token
icon: ":argo:"
username: argocd
service.webhook.cloudflare-purge-cache: |
url: https://api.cloudflare.com/client/v4/zones/48b02398c8bc932f4d0b1dba83de196c/purge_cache
headers: #optional headers
- name: Content-Type
value: application/json
- name: Authorization
value: Bearer $cloudflare-api-token
notifiers:
service.slack: |
token: $slack-token
icon: ":argo:"
username: argocd
templates:
template.app-deployed: |
email:
Expand Down

0 comments on commit c3ced47

Please sign in to comment.