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
|
||||
|
||||
## Using Helm Chart
|
||||
* helm repo add git.cooltux.net https://git.cooltux.net/api/packages/FHEM/helm
|
||||
* helm repo update
|
||||
```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:
|
||||
|
||||
* helm install fhem git.cooltux.net/fhem
|
||||
|
||||
```bash
|
||||
$ helm install fhem git.cooltux.net/fhem
|
||||
```
|
||||
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…
Reference in New Issue
Block a user