object not array

This commit is contained in:
Joseph Hanson 2024-09-10 22:49:28 -05:00
parent f110b83a23
commit ca2a5db255
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -50,12 +50,9 @@ spec:
# Port number on which readinessProbe will be checked. # Port number on which readinessProbe will be checked.
port: *port port: *port
extraEnvironmentVars: extraEnvironmentVars:
- name: VAULT_ADDR VAULT_ADDR: "http://127.0.0.1:8200"
value: "http://127.0.0.1:8200" VAULT_API_ADDR: "http://$(POD_IP):8200"
- name: VAULT_API_ADDR VAULT_CLUSTER_ADDR: "http://$(POD_IP):8201"
value: "http://$(POD_IP):8200"
- name: VAULT_CLUSTER_ADDR
value: "http://$(POD_IP):8201"
# These are defaults but explicitly set here for clarity. # These are defaults but explicitly set here for clarity.
dataStorage: dataStorage:
size: 10Gi size: 10Gi