diff --git a/README.md b/README.md index 680b88c..051a9eb 100644 --- a/README.md +++ b/README.md @@ -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