This is a hubot image configured with an IRC adaptor used to communicate with fabric8.
NOTE see hubot base image for extra plugin configuration variables
HUBOT_IRC_SERVER
The IRC serverHUBOT_IRC_ROOMS
List of rooms to join including '#' prefixHUBOT_IRC_NICK
The name that hubot should joing the room asHUBOT_IRC_DEBUG
Enables debug loggingKUBERNETES_TRUST_CERT
Used when communicating with Kubernetes API
export HUBOT_IRC_SERVER=localhost
export HUBOT_IRC_ROOMS=#fabric8-bot
export HUBOT_IRC_NICK=fabric8
export HUBOT_IRC_DEBUG=true
export KUBERNETES_TRUST_CERT=true