Discord - kyverno/policy-reporter GitHub Wiki
Send new PolicyReport Results with all available information over the Webhook API to Discord.
Installation and Configuration
Enable Slack by configure your Discord Webhook API under target.discord.webhook
.
helm install policy-reporter policy-reporter/policy-reporter --set target.discord.webhook=http://hook.discord -n policy-reporter --create-namespace
- Configure
target.discord.minimumPriority
to send only results with the configured minimumPriority or above, empty means all results. (info < warning < error) - Configure
target.discord.skipExistingOnStartup
to skip all results who already existed before the PolicyReporter started (default:true
).
target:
discord:
webhook: ""
minimumPriority: ""
skipExistingOnStartup: true