update readme

This commit is contained in:
Miroslav Batchkarov 2025-01-28 10:56:42 +01:00
parent 112e716fe9
commit 8750fc9f2d
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
## Logging into drone/gitea
These are protected by basic HTTP auth and logging in is a pain the arse. To log in, temporarily disable it
by commenting out the middlewares in `gitea.yaml` and `drone.yaml`, then
by commenting out the middlewares in `gitea.yaml` and `drone.yaml` and `minio.yaml`, then
```angular2html
kubectl apply -f apps/drone.yaml && kubectl apply -f apps/gitea.yaml
kubectl apply -f apps
```
Now log in (make sure you click Remember me), then undo the yaml changes and re-apply