Elis

Results 16 comments of Elis

same issue, very frustrating

Does this issue occur only when using skip_ssl: true ? Edit: skip_ssl false doesnt fix the issue

I looked into this and found the following: In version 3.16.0 the dockerfille seemingly requires the environment Variable access_key [(subscriber.go)](https://github.com/litmuschaos/litmus/blob/master/chaoscenter/subscriber/subscriber.go) ```go type Config struct { AccessKey string `required:"true" split_words:"true"` ......

Only workaround is setting useExistingHookSecret: false useExistingInfraConfigMap: true useExistingInfraSecret: true and creating the secrets manually The automatically created secret and configmap are empty by default.

> I was having the same issue with zed on nix + hyprland, until I randomly opened a file with zed from thunar file manager. From then since, zed has...

The issue is that it searches for pods/deployments with e.g the labels app=chaos-exporter. The correct label would be litmuschaos.io/app=chaos-exporter. When i run `kubectl get pods -l app=chaos-exporter` i get no...