Skip to content

Fix: Do not re-generate random passwords on updates

Pascal Zingg requested to merge fix/secret-pw-updates into master

Up to now all random-generated superuser PWs were re-generated upon helm updates. With the lookup function we can avoid this behaviour by using the previous password.

Merge request reports