Fixed postgres image name
This commit is contained in:
parent
882a65f09b
commit
f985b71ea2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user