Skip to content

Commit

Permalink
Merge pull request #230 from deads2k/termination
Browse files Browse the repository at this point in the history
OCPBUGS-28230: add FallbackToLogsOnError for easier debugging
  • Loading branch information
openshift-merge-bot[bot] authored Jan 26, 2024
2 parents 4d3d966 + 31a084d commit f409fb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/v4.0.0/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
requests:
memory: 120Mi
cpu: 10m
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /var/run/secrets/signing-key
name: signing-key
Expand Down
1 change: 1 addition & 0 deletions manifests/05_deploy-ibm-cloud-managed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
capabilities:
drop:
- ALL
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /var/run/configmaps/config
name: config
Expand Down
1 change: 1 addition & 0 deletions manifests/05_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
value: quay.io/openshift/origin-service-ca-operator:v4.0
- name: OPERATOR_IMAGE_VERSION
value: "0.0.1-snapshot"
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /var/run/configmaps/config
name: config
Expand Down
1 change: 1 addition & 0 deletions pkg/operator/v4_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f409fb9

Please sign in to comment.