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

View File

@ -31,7 +31,7 @@ spec:
claimName: job-orchestrator-postgres-pvc claimName: job-orchestrator-postgres-pvc
containers: containers:
- name: job-orchestrator-postgres - name: job-orchestrator-postgres
image: postgresql:13 image: "postgres:13"
envFrom: envFrom:
- configMapRef: - configMapRef:
name: job-orchestrator-postgres-config name: job-orchestrator-postgres-config