add whiteboard to fluxcd
This commit is contained in:
@@ -148,6 +148,12 @@ su -s /bin/bash www-data -c "php occ maintenance:repair --include-expensive"
|
||||
- All kustomizations can be executed using vscode task `Kustomize - Build & Deploy - Selected File`.
|
||||
- Helm charts can be deployed using vscode task `Apply App`.
|
||||
|
||||
**Required encrypted filed on repo:**
|
||||
|
||||
``` bash
|
||||
sops -e ./deploy/whiteboard/whiteboard-secrets.dec.yaml ./deploy/whiteboard/whiteboard-secrets.yaml
|
||||
```
|
||||
|
||||
## internal logs
|
||||
|
||||
``` bash
|
||||
@@ -163,7 +169,6 @@ kubectl exec -it ${POD_NAME} -- cat /var/www/html/data/nextcloud.log
|
||||
kubectl exec -it nextcloud-mariadb-0 -- mariadb -u nextcloud -h nextcloud-mariadb.cloud-limbosolutions-com.svc.cluster.local -p
|
||||
```
|
||||
|
||||
|
||||
**Restore database:**
|
||||
|
||||
``` bash
|
||||
|
||||
Reference in New Issue
Block a user