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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y4YNpuC2bgT224suQLLJ7B
This commit is contained in:
CodeGit 2026-09-04 06:34:02 +01:00
parent 354b68b30a
commit bf6246d577

View file

@ -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 `Deployment`/`Service`/etc. objects you'd otherwise hand-write, just
parameterized and versioned. Used directly (outside this project, with parameterized and versioned. Used directly (outside this project, with
nothing GitOps involved), that's a two-step, one-shot, imperative 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 ```sh
helm repo add podinfo https://stefanprodan.github.io/podinfo # register the chart index helm repo add podinfo https://stefanprodan.github.io/podinfo # register the chart index