Installation
To install this application using Helm run the following commands:
helm repo add jorritsalverda https://helm.jorritsalverda.com
kubectl create namespace evohome-bigquery-exporter
helm upgrade \
evohome-hgi80-listener \
jorritsalverda/evohome-hgi80-listener \
--install \
--namespace evohome-bigquery-exporter \
--set config.evohomeId=01:123456 \
--set secret.gcpServiceAccountKeyfile='{abc: blabla}' \
--wait
If you later on want to upgrade without specifying all values again you can use
helm upgrade \
evohome-hgi80-listener \
jorritsalverda/evohome-hgi80-listener \
--install \
--namespace evohome-bigquery-exporter \
--reuse-values \
--set cronjob.schedule='*/1 * * * *' \
--wait
Note: this goes into the evohome-bigquery-exporter
namespace so that application can make use of the state file generated by this application.