evohome-bigquery-exporter

command module
v0.0.0-...-a7fd498 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2020 License: MIT Imports: 17 Imported by: 0

README

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-bigquery-exporter \
  jorritsalverda/evohome-bigquery-exporter \
  --install \
  --namespace evohome-bigquery-exporter \
  --set config.bqProjectID=your-project-id \
  --set config.bqDataset=your-dataset \
  --set config.bqTable=your-table \
  --set config.outdoorZoneName=outside \
  --set secret.evohomeUsername=yourusername \
  --set secret.evohomePassword=yourpassword \
  --set secret.gcpServiceAccountKeyfile='{abc: blabla}' \
  --wait

If you later on want to upgrade without specifying all values again you can use

helm upgrade \
  evohome-bigquery-exporter \
  jorritsalverda/evohome-bigquery-exporter \
  --install \
  --namespace evohome-bigquery-exporter \
  --reuse-values \
  --set cronjob.schedule='*/1 * * * *' \
  --wait

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL