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.
Add quoting (using
| quote
) for password in imagePullSecret helper and removing additional (artificial) quote characters as those are added byquote
func.This change allows to use more complicated password with e.g. quotes, backslashes and other special characters.