etherpad to kustomize
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
# 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
|
|
||||||
```
|
|
||||||
9
etherpad/kustomization.yaml
Normal file
9
etherpad/kustomization.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
namespace: etherpad
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- ./application.yaml
|
||||||
|
- ./mariadb.yaml
|
||||||
|
- ssh://git@git.k-space.ee/secretspace/kube/etherpad
|
||||||
Reference in New Issue
Block a user