Results 5 comments of L

Same thing is happening to me, but I installed Litmus using the helm chart instructions and kept the default `NodePort` service type. Also, opened `ALL` traffic from/to my nodes in...

I've created a pod and tried to access the URL with no luck (in my case I get a `Connection refused`): ```console bash-5.1# curl -X POST http://10.6.x.y:31365/query curl: (7) Failed...

@gdsoumya You were right [here](https://github.com/litmuschaos/litmus/issues/3613#issuecomment-1135893128) about the `NodePort` being out of sync. The reason for this, was that the Helm chart does not perform a clean up on the `ConfigMaps`...

I've tried [mmerickel](https://github.com/mmerickel)'s solution (`{{ .Values.myCustomName }}-{{ .Release.Revision }}`) and it works for me (partially). Now the new secret is created and used properly in the deployment ;). However, I...

I'm experiencing the same issue. Any advice would be appreciated.