first commit

This commit is contained in:
2023-11-11 09:53:16 +01:00
commit d7a10faf7c
13 changed files with 651 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# 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