mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
e2e: use full-qualified-image-name for vault-init-job
On occasion deploying Vault fails. It seems the vault-init-job batch job does not use a full-qualified-image-name for the "vault" container. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
bdf8fe7f93
commit
1845f2b77d
@ -125,7 +125,7 @@ spec:
|
||||
name: init-scripts
|
||||
containers:
|
||||
- name: vault-init-job
|
||||
image: vault
|
||||
image: docker.io/library/vault:latest
|
||||
volumeMounts:
|
||||
- mountPath: /init-scripts
|
||||
name: init-scripts-volume
|
||||
|
Loading…
Reference in New Issue
Block a user