Make system_user "stanley" configurable by cognifloyd · Pull Request #220 · StackStorm/stackstorm-k8s
Currently the system_user is hard-coded to be "stanley". However, people can use a custom st2actionrunner image that does not have "stanley", and instead has some other user that StackStorm should use.
This PR allows us to inform helm about the alternate user, removing the hard-coded references to the "stanley" user.
- make system_user/stanley configurable
- changelog entry
Closes #208