Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 326 Bytes

File metadata and controls

8 lines (6 loc) · 326 Bytes

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