csi-driver agent: Use BAO_LOG_LEVEL and BAO_LOG_FORMAT

Signed-off-by: Finn <finn@janky.solutions>
This commit is contained in:
Finn 2024-09-09 13:46:04 -07:00
parent abacc2f16b
commit a6afe5d4ad

View file

@ -117,9 +117,9 @@ spec:
ports:
- containerPort: 8200
env:
- name: VAULT_LOG_LEVEL
- name: BAO_LOG_LEVEL
value: "{{ .Values.csi.agent.logLevel }}"
- name: VAULT_LOG_FORMAT
- name: BAO_LOG_FORMAT
value: "{{ .Values.csi.agent.logFormat }}"
securityContext:
runAsNonRoot: true