Refactor secrets and auto-generate password + ssh_key by cognifloyd · Pull Request #203 · StackStorm/stackstorm-k8s

@pull-request-size bot added the size/L

PR that changes 100-499 lines. Requires some effort to review.

label

Jun 19, 2021

cognifloyd

arm4b

arm4b

@cognifloyd

@cognifloyd

arm4b

@cognifloyd

@cognifloyd

Allow kubernetes/kubectl to reveal the password instead of embedding
it in NOTEs.txt (which is available in `helm get notes <release name>`).

This works for both values provided in values.yaml and anything
that is auto-generated. Helm templates all of the files at once,
before applying the resources, so we cannot lookup in NOTES what
was generated in another file.

@cognifloyd