Open davidfrickert opened 5 months ago
I also would be very happy to use this feature in combination with the postresql operator. I spent a couple of hours trying to figure out how to get this to work and submitted a pullrequest with the results, please let me know what you think about this. For the meantime I published a patched version at oci://ghcr.io/danielr1996/vaultwarden:0.24.3
The current existingSecret options is not great. It forces you to create a secret with the full database URI including host and credentials. I think the chart should support passing each param separately. Ideal format (taken from bitnami/keycloak)
The big benefit is that i can re-use the generated secret from posgres operator very easily and in current setup i have to create a new secret with full DB url which is not great. It also does not allow me to take advantage of automatic credential rotation.
current setup:
proposed setupp:
If
existingSecretKey
is set then use it, else use individual settings.