Commit ba302bc
committed
docs(helm): correct the verify command's chart path and scope the required-secret claim
- The verify snippet used a `sim/sim` repo alias that this chart never
publishes; every other instruction installs from the local `./helm/sim`
path, so the command could not run as written
- Nulling a boot-critical key only fails at template time with the
chart-managed Secret. `existingSecret` mode skips that validation
entirely (the chart cannot read a pre-created Secret), and under ESO the
key must instead be mapped in externalSecrets.remoteRefs.app1 parent cc4a2a2 commit ba302bc
2 files changed
Lines changed: 3 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
0 commit comments