First off I’d like to say I really like all the added options and enhancements that have been done with helm in master. However from my testing I cant seem to get it to actually bring up the cluster properly with the default values.yaml. (Note I did not try anything else) What I I believe is happening is that the security/cleanup-secrets job is being ran before other deployments can launch and subsequently, the secrets they need are not available. Is this expected behavior for master? Am I missing something somewhere config wise that I need to modify to prevent this from happening? And for educational purposes, why are these secrets being deleted if they’re needed for pods to start.
Thanks!