first commit
This commit is contained in:
6
dev/README.md
Normal file
6
dev/README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user