vault: bootstrap k8s auth config with root token
This commit is contained in:
parent
d9c8632b8d
commit
9ecdf054d3
@ -34,6 +34,11 @@ spec:
|
||||
value: http://10.43.57.249:8200
|
||||
- name: VAULT_K8S_ROLE
|
||||
value: vault-admin
|
||||
- name: VAULT_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: vault-init
|
||||
key: root_token
|
||||
- name: VAULT_K8S_TOKEN_REVIEWER_JWT_FILE
|
||||
value: /var/run/secrets/vault-token-reviewer/token
|
||||
- name: VAULT_K8S_ROLE_TTL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user