Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
- name: ohss-50230-redhat-operators-recovery
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
- name: osd-patch-subscription-source
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
args:
- /bin/bash
- -c
Expand Down
2 changes: 2 additions & 0 deletions hack/00-osd-managed-cluster-config-integration.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34033,6 +34033,7 @@ objects:
- name: ohss-50230-redhat-operators-recovery
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -38627,6 +38628,7 @@ objects:
- name: osd-patch-subscription-source
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
args:
- /bin/bash
- -c
Expand Down
2 changes: 2 additions & 0 deletions hack/00-osd-managed-cluster-config-production.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34033,6 +34033,7 @@ objects:
- name: ohss-50230-redhat-operators-recovery
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -38627,6 +38628,7 @@ objects:
- name: osd-patch-subscription-source
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
args:
- /bin/bash
- -c
Expand Down
2 changes: 2 additions & 0 deletions hack/00-osd-managed-cluster-config-stage.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34033,6 +34033,7 @@ objects:
- name: ohss-50230-redhat-operators-recovery
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -38627,6 +38628,7 @@ objects:
- name: osd-patch-subscription-source
image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
imagePullPolicy: Always
terminationMessagePolicy: FallbackToLogsOnError
args:
- /bin/bash
- -c
Expand Down