Skip to content

Commit

Permalink
add FallbackToLogsOnError for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Jan 25, 2024
1 parent 4d3d966 commit 67b54b4
Show file tree
Hide file tree
Showing 3 changed files with 3 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

0 comments on commit 67b54b4

Please sign in to comment.