From 41f066a1a64c48b23e9f7476c6398678aa8ba155 Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Thu, 4 Apr 2024 18:33:08 +0200
Subject: [PATCH] add notes for setup

---
 docs/unsure-where-to-put/dev-notes.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/unsure-where-to-put/dev-notes.md b/docs/unsure-where-to-put/dev-notes.md
index 2c3c74e659..c80bb5baad 100644
--- a/docs/unsure-where-to-put/dev-notes.md
+++ b/docs/unsure-where-to-put/dev-notes.md
@@ -34,6 +34,14 @@ ENABLED = true
 TAGS="sqlite" make build generate-swagger
 ```
 
+# apply on k8s
+
+```bash
+kubectl exec -it forgejo-.. -- /bin/bash
+su git
+cd /app/gitea/
+```
+
 # launch local
 
 ```bash