[Here](https://github.com/StackStorm/stackstorm-k8s/blob/master/templates/configmaps_st2-conf.yaml#L12C3-L12C18 ) all these credentials are stored in `ConfigMap` Doesn't it make more sense to use `Secret` since this contains credentials.
Here all these credentials are stored in
ConfigMapDoesn't it make more sense to use
Secretsince this contains credentials.