JorritSalverda / jarvis-wallbox-exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To install this application using Helm run the following commands:

helm repo add jorritsalverda https://helm.jorritsalverda.com
kubectl create namespace jarvis-wallbox-exporter

helm upgrade \
  jarvis-wallbox-exporter \
  jorritsalverda/jarvis-wallbox-exporter \
  --install \
  --namespace jarvis-wallbox-exporter \
  --set secret.gcpServiceAccountKeyfile='{abc: blabla}' \
  --wait

About

License:MIT License


Languages

Language:Rust 70.3%Language:Mustache 12.6%Language:Shell 10.3%Language:Dockerfile 6.8%