Environment variables
You can add environment variables to the different containers of the Bank-Vaults pod using the following configuration options:
envsConfig
: Adds environment variables to all Bank-Vaults pods.sidecarEnvsConfig
: Adds environment variables to Vault sidecar containers.vaultEnvsConfig
: Adds environment variables to the Vault container.
For example:
envsConfig:
- name: ROOT_USERNAME
valueFrom:
secretKeyRef:
name: mysql-login
key: user
- name: ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: mysql-login
key: password
See the database secret engine section for usage. Further information:
Last modified August 17, 2025: chore(deps): Bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 (#251) (7f21041)