From bf6246d57749491ed560da4e6d5a6b6f3cf7172f Mon Sep 17 00:00:00 2001 From: CodeGit Date: Fri, 4 Sep 2026 06:34:02 +0100 Subject: [PATCH] docs: clarify podinfo's helm CLI snippet is illustrative only The two commands under step 4 show what imperative Helm install would look like for comparison, not something to actually run - helm isn't installed anywhere in this project since Flux handles it declaratively. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Y4YNpuC2bgT224suQLLJ7B --- docs/03-flux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/03-flux.md b/docs/03-flux.md index 98fd232..b260ebd 100644 --- a/docs/03-flux.md +++ b/docs/03-flux.md @@ -217,7 +217,8 @@ A **Helm chart** is a packaged bundle of Kubernetes YAML templates plus a `Deployment`/`Service`/etc. objects you'd otherwise hand-write, just parameterized and versioned. Used directly (outside this project, with nothing GitOps involved), that's a two-step, one-shot, imperative -process: +process — for comparison only, **don't actually run this** (it's not +needed, and `helm` isn't even installed anywhere in this project): ```sh helm repo add podinfo https://stefanprodan.github.io/podinfo # register the chart index