windmill-helm-charts
windmill-helm-charts copied to clipboard
Better secrets control
Currently the helm is reading secrets trough environment variables. This limits the way we can inject secrets into the deployment.
Add support for reading secrets from files. Add Env variables that point to files instead of directly to the secret value DATABASE_URL_FILE="/some/container/path/file"
This will also adapt to different secret management methods. Like when using Hashicorp vault and dynamic database credentials