added continuous-deploy service account and RBAC
This commit is contained in:
@@ -8,7 +8,6 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server.
|
||||
- [App](#app)
|
||||
- [Continuous Deploy](#continuous-deploy)
|
||||
- [Infra](#infra)
|
||||
- [All](#all)
|
||||
- [Backups](#backups)
|
||||
|
||||
## Deploy
|
||||
@@ -31,6 +30,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server.
|
||||
### Continuous Deploy
|
||||
|
||||
Executes [App Deploy](#app) using [Gitea workflow](./.gitea/workflows/app-deploy.yaml).
|
||||
kubectl get secret continuous-deploy -o jsonpath='{.data.token}' | base64 -d
|
||||
|
||||
### Infra
|
||||
|
||||
@@ -40,12 +40,6 @@ Executes [App Deploy](#app) using [Gitea workflow](./.gitea/workflows/app-deploy
|
||||
|
||||
- [kustomization](/deploy/infra/kustomization.yaml)
|
||||
|
||||
### All
|
||||
|
||||
```bash
|
||||
./deploy/apply.sh
|
||||
```
|
||||
|
||||
## Backups
|
||||
|
||||
for more information [check readme](./docs/backups.md).
|
||||
|
||||
Reference in New Issue
Block a user