fix(vault): update generate secrets job to use new token

This commit is contained in:
Khue Doan 2022-05-11 23:33:58 +07:00
parent 5a22615744
commit 50b60fa580

View File

@ -22,8 +22,8 @@ spec:
- name: VAULT_TOKEN
valueFrom:
secretKeyRef:
name: vault-token
key: token
name: vault-unseal-keys
key: vault-root
workingDir: /go/src/generate-secrets
command:
- sh