Commit 68f0b38
authored
docs: clarify namespace configuration for custom namespaces (#536)
* docs: clarify namespace configuration in helm chart README
Add a note to the Usage section explaining that `namespace.name` must
be set in values.yaml when deploying to a custom namespace. The Helm
`--namespace` flag alone does not control where chart resources are
created, since all templates use `{{ .Values.namespace.name }}` instead
of `{{ .Release.Namespace }}`.
This addresses a recurring source of confusion for customers deploying
to namespaces other than the default `fiftyone-teams`.
* docs: add auto-generated README.md from gotmpl template
Pre-commit helm-docs hook output for the namespace configuration note.1 parent 2fe69c4 commit 68f0b38
2 files changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
319 | 334 | | |
320 | 335 | | |
321 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
319 | 334 | | |
320 | 335 | | |
321 | 336 | | |
| |||
0 commit comments