Fix bug with api server env (#237)
This commit is contained in:
parent
0550623c21
commit
d57bd7cb6e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ spec:
|
|||
- name: VAULT_ADDR
|
||||
value: "{{ include "vault.scheme" . }}://127.0.0.1:8200"
|
||||
- name: VAULT_API_ADDR
|
||||
value: "{{ include "vault.scheme" . }}-internal://$(POD_IP):8200"
|
||||
value: "{{ include "vault.scheme" . }}://$(POD_IP):8200"
|
||||
- name: SKIP_CHOWN
|
||||
value: "true"
|
||||
- name: SKIP_SETCAP
|
||||
|
|
Loading…
Reference in a new issue