openhab-cloud
openhab-cloud copied to clipboard
kubernetes deployment bugfix
i solved the issue using configMap for mounting config.json file missing. Environment variables are stored in a separated key/value configmap. finally, sensible data are stored in a secret. I also updated all api version to v1
in the pull request you can find pulling the docker image from my repository since I found the openhab one too old and doesn't match anymore with head revision.
I tested all the configuration both on minikube and on google GKE
Closes #295