fluxcd: teleport agent

This commit is contained in:
Márcio Fernandes
2026-06-07 14:30:10 +00:00
parent 837b30ff49
commit 0837efccf9
12 changed files with 98 additions and 23 deletions
+7 -11
View File
@@ -1,19 +1,15 @@
# Teleport-agent
## Setup and Deploy
## Setup
### Application layer
Using flux for reconciliation.
- agent helm chart
```bash
./ops-scripts/apply-app.sh
``` bash
./ops-scripts/apply-flux.sh
```
### Infra
**Encrypt secrets:**
- namespace
```bash
./ops-scripts/apply-infra.sh
``` bash
sops -e deploy/app/helm-values-secret.dec.yaml > deploy/app/helm-values-secret.yaml
```