update readme
This commit is contained in:
parent
112e716fe9
commit
8750fc9f2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue