Fixed postgres image name
This commit is contained in:
parent
882a65f09b
commit
f985b71ea2
@ -31,7 +31,7 @@ spec:
|
||||
claimName: job-orchestrator-postgres-pvc
|
||||
containers:
|
||||
- name: job-orchestrator-postgres
|
||||
image: postgresql:13
|
||||
image: "postgres:13"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: job-orchestrator-postgres-config
|
||||
|
Loading…
Reference in New Issue
Block a user