Be Careful with Generating Random Values

There are functions in Helm that allow you to generate random data,cryptographic keys, and so on. These are fine to use. But be aware thatduring upgrades, templates are re-executed. When a template rungenerates data that differs from the last run, that will trigger anupdate of that resource.