forked from k-space/kube
17 lines
394 B
Markdown
17 lines
394 B
Markdown
# Etherpad namespace
|
|
|
|
# For users
|
|
|
|
Etherpad is a simple publicly available application for taking notes
|
|
running at [pad.k-space.ee](https://pad.k-space.ee/)
|
|
|
|
# For administrators
|
|
|
|
This application is managed by [ArgoCD](https://argocd.k-space.ee/applications/argocd/etherpad)
|
|
|
|
In case ArgoCD is broken you can manually deploy changes with:
|
|
|
|
```
|
|
kubectl apply -n etherpad -f application.yml
|
|
```
|