Hey folks - i'm trying to configure a slack webhoo...
# general
a
Hey folks - i'm trying to configure a slack webhook so that rancher can start sending alerts (no rules have been crafted yet) following this doc https://www.suse.com/support/kb/doc/?id=000020737 and I'm having hard time creating secret so that the value would pop up in the UI when configuring the alert.
Copy code
kubectl -n cattle-monitoring-system create secret generic slack-webhook-secret --from-literal=slack-api-url=SLACKHOOKURL --type=Opaque
I can't get the
Key
value dropdown to show anything - can someone point me to the right direction?
n
I think this is a bug - when you select the secret, it should list the keys from that secret to allow you to chose which one contains the slack URL. Can you file a bug for this, please in the rancher/dashboard GitHub repository
a
Yep, RGS already marked it as a bug and tracked a fix for 2.12
thanks Neil