Go to file
Marko Oldenburg d7a10faf7c first commit 2023-11-11 09:53:16 +01:00
templates first commit 2023-11-11 09:53:16 +01:00
.helmignore first commit 2023-11-11 09:53:16 +01:00
Chart.yaml first commit 2023-11-11 09:53:16 +01:00
README.md first commit 2023-11-11 09:53:16 +01:00
values.yaml first commit 2023-11-11 09:53:16 +01:00

README.md

FHEM Container Helm Chart

Using Helm Chart

  • clone or download repository
  • helm install </path/to/repoDir> -n --create-namespace

for yout own values create a value file with your changes an install with

  • helm install </path/to/repoDir> -f <MY_OWN_VALUEFILE>-n --create-namespace