wildduck: Updates
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
To deploy replace the API secret in configmaps/webmail.yml and:
|
||||
# Wildduck stack
|
||||
|
||||
```
|
||||
kubectl -n wildduck apply -f application.yml
|
||||
kubectl -n wildduck rollout restart deployment/webmail
|
||||
```
|
||||
|
||||
To generate secrets:
|
||||
|
||||
```
|
||||
kubectl create secret generic -n wildduck wildduck \
|
||||
--from-literal=WILDDUCK_API_TOKEN=$(cat /dev/urandom | base64 | head -c 30)
|
||||
```
|
||||
This application is managed by
|
||||
[ArgoCD](https://argocd.k-space.ee/applications/argocd/wildduck)
|
||||
|
Reference in New Issue
Block a user