fhem-docker_helm-chart/README.md

9 lines
326 B
Markdown
Raw Normal View History

2023-11-11 08:53:16 +00:00
# FHEM Container Helm Chart
## Using Helm Chart
* clone or download repository
* helm install <NAME> </path/to/repoDir> -n <NAMESPACE> --create-namespace
for yout own values create a value file with your changes an install with
* helm install <NAME> </path/to/repoDir> -f <MY_OWN_VALUEFILE>-n <NAMESPACE> --create-namespace