Currently, we have our own logic to update configuration. Try using spf13/viper
to reload the config instead of doing it ourselves in https://github.com/fabric8-services/fabric8-cluster/blob/master/cluster/service/cluster.go#L69 (support for configmap updates on k8s/OpenShift now works in viper)
Make sure it covers all our usecase