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 October 27, 2024: chore(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 (#245) (fee5168)