Skip to content

Commit

Permalink
Fix cronjobs image stream references
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 committed Feb 16, 2024
1 parent 6ea1016 commit 74b4915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocp-templates/mpp/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ objects:
claimName: ${BACKUP_VOLUME_CLAIM}
containers:
- name: postgresql-backup
image: postgresql:12
image: image-registry.openshift-image-registry.svc:5000/openshift/postgresql:12
command:
- 'bash'
- '-eo'
Expand Down Expand Up @@ -239,7 +239,7 @@ objects:
spec:
containers:
- name: postgresql-vacuum
image: postgresql:12
image: image-registry.openshift-image-registry.svc:5000/openshift/postgresql:12
command:
- 'bash'
- '-eo'
Expand Down

0 comments on commit 74b4915

Please sign in to comment.