From 8750fc9f2dddbe4256f39ebe8183d431bca785ce Mon Sep 17 00:00:00 2001 From: Miroslav Batchkarov Date: Tue, 28 Jan 2025 10:56:42 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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