fhem-docker_helm-chart/README.md

16 lines
449 B
Markdown
Raw Normal View History

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