csi-driver agent: Use BAO_LOG_LEVEL and BAO_LOG_FORMAT
Signed-off-by: Finn <finn@janky.solutions>
This commit is contained in:
parent
abacc2f16b
commit
a6afe5d4ad
1 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,9 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8200
|
- containerPort: 8200
|
||||||
env:
|
env:
|
||||||
- name: VAULT_LOG_LEVEL
|
- name: BAO_LOG_LEVEL
|
||||||
value: "{{ .Values.csi.agent.logLevel }}"
|
value: "{{ .Values.csi.agent.logLevel }}"
|
||||||
- name: VAULT_LOG_FORMAT
|
- name: BAO_LOG_FORMAT
|
||||||
value: "{{ .Values.csi.agent.logFormat }}"
|
value: "{{ .Values.csi.agent.logFormat }}"
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
|
Loading…
Reference in a new issue