modified: README.md

modified:   deploy/app/gitea-helm-release.yaml
modified:   deploy/app/gitea-helm-repo.yaml
This commit is contained in:
Márcio Fernandes
2026-08-24 21:59:54 +00:00
parent ec76bf539c
commit 40185c1079
3 changed files with 3 additions and 37 deletions
-33
View File
@@ -19,7 +19,6 @@ References:
- <https://gitea.com/gitea/helm-gitea>
- <https://dl.gitea.com/charts/>
Migration to flux.
For fluxcd setup execute.
@@ -27,38 +26,6 @@ For fluxcd setup execute.
ops-scripts/apply-flux.sh
```
**sops / age:**
``` bash
age-keygen -o deploy/flux/.env.d/age.agekey
cat deploy/flux/.env.d/age.agekey | \
kubectl create secret generic flux-sops-age \
--namespace=git-limbosolutions-com \
--from-file=age.agekey=/dev/stdin
cat deploy/flux/.env.d/age.agekey | \
kubectl create secret generic flux-sops-age \
--namespace=kb-cicd \
--from-file=age.agekey=/dev/stdin
cat deploy/flux/.env.d/age.agekey | \
kubectl create secret generic flux-sops-age \
--namespace=limbosolutions-com-cicd \
--from-file=age.agekey=/dev/stdin
cat deploy/flux/.env.d/age.agekey | \
kubectl create secret generic flux-sops-age \
--namespace=mf-cicd \
--from-file=age.agekey=/dev/stdin
cat deploy/flux/.env.d/age.agekey | \
kubectl create secret generic flux-sops-age \
--namespace=mylimbo-com-cicd \
--from-file=age.agekey=/dev/stdin
```
**Encrypt secrets:**
``` bash