You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
418 B
6 lines
418 B
|
|
```bash
|
|
kubectl -n wundercomm create secret generic mautrix-whatsapp-registration --from-file=registration.yaml
|
|
kubectl -n wundercomm create secret generic mautrix-whatsapp-config --from-file=config.yaml --save-config --dry-run=client -o yaml| kubectl apply -n wundercomm -f -
|
|
helm install mautrix-whatsapp --values values.yaml /home/arpagon/Workspace/wundercomm/helm/helm-mautrix-whatsapp/helm/mautrix-whatsapp/
|
|
``` |