fluxcd: add act runners

This commit is contained in:
Márcio Fernandes
2026-06-06 04:06:16 +00:00
parent 73a1a2fe05
commit 86fda959d2
17 changed files with 94 additions and 25 deletions
+16
View File
@@ -0,0 +1,16 @@
# act-runners
## Setup
Using flux for reconciliation.
``` bash
./ops-scripts/apply-flux.sh
```
**Encrypt secrets:**
``` bash
sops -e deploy/app/secret.dec.yaml > deploy/app/secret.yaml
```