first commit

This commit is contained in:
2025-09-17 15:44:06 -03:00
commit c3292b2812
23 changed files with 2024 additions and 0 deletions

6
dev/README.md Normal file
View File

@@ -0,0 +1,6 @@
## Creating gitea-runner secrets
```bash
kubectl create secret generic gitea-runner-token \
--from-literal=REGISTRATION_TOKEN='your_gitea_runner_token' -n dev
```