2024-08-14 03:58:28 +00:00
|
|
|
# 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:
|
2022-08-16 09:40:54 +00:00
|
|
|
|
|
|
|
```
|
2023-07-29 06:19:42 +00:00
|
|
|
kubectl apply -n etherpad -f application.yml
|
2022-08-16 09:40:54 +00:00
|
|
|
```
|