helm / helm-www

The Helm website for docs, blog and project info.
https://helm.sh
MIT License
203 stars 511 forks source link

User-provided values persisted in Secret, not ConfigMap #1528

Closed chipzoller closed 9 months ago

chipzoller commented 11 months ago

Found in this section, the sentence:

Overrides specified with --set are persisted in a ConfigMap.

is incorrect as of Helm v3. Overrides are persisted in a Secret, not a ConfigMap.