Skip to content

Commit

Permalink
remove slack logging (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishi0x01 authored Aug 21, 2024
1 parent 7a419ee commit 196224e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,16 @@ objects:
</exclude>
</filter>
<match integration>
@type copy
<store>
@type slack
webhook_url ${SLACK_WEBHOOK_URL}
icon_emoji ${SLACK_ICON_EMOJI}
flush_interval 10s
message "\`\`\`[glitchtip-jira-bridge] %s\`\`\`"
</store>
</match>
#<match integration>
# @type copy
# <store>
# @type slack
# webhook_url ${SLACK_WEBHOOK_URL}
# icon_emoji ${SLACK_ICON_EMOJI}
# flush_interval 10s
# message "\`\`\`[glitchtip-jira-bridge] %s\`\`\`"
# </store>
#</match>
EOF
containers:
- env:
Expand Down

0 comments on commit 196224e

Please sign in to comment.