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:
parent
354b68b30a
commit
bf6246d577
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue