| 1234567891011 |
- --- postgresql.yaml.orig 2025-12-03 01:56:00.956848630 -0500
- +++ postgresql.yaml 2025-12-03 01:56:19.799560625 -0500
- @@ -87,7 +87,7 @@
- - name: INIT_SQL_STATEMENTS
- value: >-
- ${INIT_SQL_STATEMENTS}
- - image: quay.io/redhattraining/ad482-postgresql:latest
- + image: registry.ocp4.example.com:8443/redhattraining/ad482-postgresql:latest
- imagePullPolicy: Always
- livenessProbe:
- exec:
|