Skip to content

Commit

Permalink
Use unauthenticated postgres image (kube-burner#276)
Browse files Browse the repository at this point in the history
registry.redhat.io images fail to be pulled if the
OCP cluster was installed without the pullsecret.

Signed-off-by: Sai Sindhur Malleni <[email protected]>
  • Loading branch information
smalleni authored Mar 23, 2023
1 parent 478b6c4 commit ad40e05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
operator: DoesNotExist
containers:
- name: postgresql
image: registry.redhat.io/rhel8/postgresql-10@sha256:4b912c80085b88a03309aeb7907efcc29dd3342fa3952b6ea067afb1914bfe53
image: registry.access.redhat.com/rhscl/postgresql-10-rhel7:latest
ports:
- containerPort: 5432
protocol: TCP
Expand Down

0 comments on commit ad40e05

Please sign in to comment.