Specifically, I’m trying to find a way to generate a random password at initial install and not overwrite it during later updates – the password is stored in a k8s secret. I’d appreciate a workaround for this that doesn’t depend on the IsInstall / IsUpgrade values if you anyone has recommendations.
My understanding from elsewhere is that the most common methods, including using lookup
, aren’t supported due to how Replicated works internally.