This is an example of how to display FireHydrant API data in a Slack channel or DM on a regular basis.
- Create a Slack incoming webhook
- Add a Bot token and the Slack webhook to manifests/secret.yaml
- Update files/example.rb to include the information you'd like to display. This uses Slack's Block Kit to render the messages
- Run
make
to render the configmap manifest to include your new code - Run
make apply
or `kubectl apply -f manifests/ -n YOUR_NAMESPACE - Watch Slack