chore: update readme

This commit is contained in:
jenkins 2026-07-18 11:43:48 -03:00
parent 02ac19935a
commit 0b8f3a5751

View File

@ -12,20 +12,6 @@ This repo contains cluster configuration consumed by Flux:
- service manifests and kustomizations - service manifests and kustomizations
- operational scripts for render/reconcile workflows - operational scripts for render/reconcile workflows
This repo is **not** the Ananke application source repo.
Ananke lives in `bstein/ananke` and orchestrates host-side shutdown/startup behavior around this desired state.
Terraform lives under `terraform/atlas` for declarative day-zero inventory, Kubernetes Node labels, and generated Ananke inventory input. It must not take ownership of Flux-managed workload manifests.
## Validation workflow
```bash
kustomize build services/<app>
kubectl apply --server-side --dry-run=client -k services/<app>
flux reconcile kustomization <name> --namespace flux-system --with-source
```
## Apply model ## Apply model
Use Git + Flux as the source of truth. I use Git + Flux as the source of truth and avoid manual in-cluster edits for durable changes.
Avoid manual in-cluster edits for durable changes.