README.md aktualisiert
This commit is contained in:
parent
52f15b84e8
commit
f611dddb9d
16
README.md
16
README.md
@ -1,12 +1,16 @@
|
|||||||
# FHEM Container Helm Chart
|
# FHEM Container Helm Chart
|
||||||
|
|
||||||
## Using Helm Chart
|
## Using Helm Chart
|
||||||
* helm repo add git.cooltux.net https://git.cooltux.net/api/packages/FHEM/helm
|
```bash
|
||||||
* helm repo update
|
$ 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:
|
Nutze folgenden Befehl, um das Paket zu installieren:
|
||||||
|
```bash
|
||||||
* helm install fhem git.cooltux.net/fhem
|
$ helm install fhem git.cooltux.net/fhem
|
||||||
|
```
|
||||||
for yout own values create a value file with your changes an install with
|
for yout own values create a value file with your changes an install with
|
||||||
* helm install fhem git.cooltux.net/fhem -f <MY_OWN_VALUEFILE> -n <NAMESPACE> --create-namespace
|
```bash
|
||||||
|
$ helm install fhem git.cooltux.net/fhem -f <MY_OWN_VALUEFILE> -n <NAMESPACE> --create-namespace
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user