Open sorvis opened 2 months ago
Hi @sorvis ,
I see that you are using ConfigMap for the values of Postgres connection string and the encryption secret.
Because this values could be considered "secrets", what do you think about add the option to use "secretKeyRef" if a secret name is configured in values.yml file?
This would give the option to the user of Helm chart to use your "ConfigMap" setup or manage these values from a previous secret created in the cluster.
Added in a helm chart. Tested in our local cluster.