object not array
This commit is contained in:
parent
f110b83a23
commit
ca2a5db255
1 changed files with 3 additions and 6 deletions
|
@ -50,12 +50,9 @@ spec:
|
|||
# Port number on which readinessProbe will be checked.
|
||||
port: *port
|
||||
extraEnvironmentVars:
|
||||
- name: VAULT_ADDR
|
||||
value: "http://127.0.0.1:8200"
|
||||
- name: VAULT_API_ADDR
|
||||
value: "http://$(POD_IP):8200"
|
||||
- name: VAULT_CLUSTER_ADDR
|
||||
value: "http://$(POD_IP):8201"
|
||||
VAULT_ADDR: "http://127.0.0.1:8200"
|
||||
VAULT_API_ADDR: "http://$(POD_IP):8200"
|
||||
VAULT_CLUSTER_ADDR: "http://$(POD_IP):8201"
|
||||
# These are defaults but explicitly set here for clarity.
|
||||
dataStorage:
|
||||
size: 10Gi
|
||||
|
|
Loading…
Reference in a new issue