16 lines
449 B
Markdown
Raw Normal View History

2023-11-11 09:53:16 +01:00
# FHEM Container Helm Chart
## Using Helm Chart
2024-09-18 19:40:03 +02:00
```bash
$ helm repo add git.cooltux.net https://git.cooltux.net/api/packages/FHEM/helm
$ helm repo update
```
2024-09-18 19:37:15 +02:00
Nutze folgenden Befehl, um das Paket zu installieren:
2024-09-18 19:40:03 +02:00
```bash
$ helm install fhem git.cooltux.net/fhem
```
2023-11-11 09:53:16 +01:00
for yout own values create a value file with your changes an install with
2024-09-18 19:40:03 +02:00
```bash
$ helm install fhem git.cooltux.net/fhem -f <MY_OWN_VALUEFILE> -n <NAMESPACE> --create-namespace
```