-
Hey, I hope this is the correct place. I'm running the kube-prometheus-stack in my single node k3s cluster.
Using
But notifications aren't working and I'm seeing this in the logs:
Since I'm stuck here for 3 days now and am out of ideas, help would be greatly appreciated. :) Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Token musn't be b64 encoded. After removing the " | b64enc ", it now works. |
Beta Was this translation helpful? Give feedback.
Token musn't be b64 encoded. After removing the " | b64enc ", it now works.