Fixed postgres image name

This commit is contained in:
Pünkösd Marcell 2021-04-20 01:51:37 +02:00
parent 882a65f09b
commit f985b71ea2
1 changed files with 1 additions and 1 deletions

View File

@ -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