From 0b8f3a5751320633a5f4f630f11dcd5bb1383362 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 18 Jul 2026 11:43:48 -0300 Subject: [PATCH] chore: update readme --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index fb8a0e08b..9ec9bd4c6 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,6 @@ This repo contains cluster configuration consumed by Flux: - service manifests and kustomizations - 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/ -kubectl apply --server-side --dry-run=client -k services/ -flux reconcile kustomization --namespace flux-system --with-source -``` - ## Apply model -Use Git + Flux as the source of truth. -Avoid manual in-cluster edits for durable changes. +I use Git + Flux as the source of truth and avoid manual in-cluster edits for durable changes.