16 lines
449 B
Markdown
16 lines
449 B
Markdown
# FHEM Container Helm Chart
|
|
|
|
## Using Helm Chart
|
|
```bash
|
|
$ helm repo add git.cooltux.net https://git.cooltux.net/api/packages/FHEM/helm
|
|
$ helm repo update
|
|
```
|
|
|
|
Nutze folgenden Befehl, um das Paket zu installieren:
|
|
```bash
|
|
$ helm install fhem git.cooltux.net/fhem
|
|
```
|
|
for yout own values create a value file with your changes an install with
|
|
```bash
|
|
$ helm install fhem git.cooltux.net/fhem -f <MY_OWN_VALUEFILE> -n <NAMESPACE> --create-namespace
|
|
``` |