helm / helm-www

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

charts_tips_and_tricks.md - quote password in case of special characters #1583

Open elwin013 opened 6 months ago

elwin013 commented 6 months ago

Add quoting (using | quote) for password in imagePullSecret helper and removing additional (artificial) quote characters as those are added by quote func.

This change allows to use more complicated password with e.g. quotes, backslashes and other special characters.