Konstantin Sedov
Konstantin Sedov
### Discussed in https://github.com/chaos-mesh/chaos-mesh/discussions/4126 Originally posted by **kkkk4000** July 17, 2023 We use helm v [2.6.1](https://github.com/chaos-mesh/chaos-mesh/tree/master/helm/chaos-mesh) We want to send notificates in slack https://chaos-mesh.org/docs/send-http-request-on-workflow/ Do you have CronWorkflow like [litmus](https://docs.litmuschaos.io/docs/concepts/chaos-workflow#what-is-a-cron-chaos-scenario)?...
``` terraform { required_providers { yandex = { source = "yandex-cloud/yandex" version = "~> 0.100.0" } } } ``` Summary: I'm encountering an issue while trying to use the Yandex...