Alexey

Results 5 comments of Alexey

```yaml builtinPlaybooks: - triggers: - on_kubernetes_warning_event: namespace_prefix: jupyterhub actions: - resource_babysitter: {} ``` so, it's a part of my `values.yaml` config file.

Oh, i see, suddenly, i used `trainers.values.yaml` filename, so i renamed it to `values.yaml` and hope it will help. Thank you!

Hmm, it didn't work. Pod created/deleted events are coming to my tg group. Is there any ideas

``` builtinPlaybooks: - triggers: - on_kubernetes_warning_event: namespace_prefix: jupyterhub actions: - resource_babysitter: {} globalConfig: signing_key: ... account_id: 631b58c8-d88d-4c63-b7c8-94e0be313823 sinksConfig: - telegram_sink: name: personal_telegram sink bot_token: ... chat_id: -1001758586891 disableCloudRouting: true runner:...

Sure! My use cases: 1. Deployment update was started and finished 2. Deployment was created and creation was successful 3. Any k8s object warnings from namespace 4. Pod errors, such...