Skip to content

Commit

Permalink
Merge pull request #672 from deads2k/termination-2
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 Feb 7, 2024
2 parents a24c87e + d3af77d commit ca92b8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/v4.1.0/aws-pod-identity-webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
requests:
cpu: 10m
memory: 10Mi
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- name: webhook-certs
mountPath: /var/run/app/certs
Expand Down
1 change: 1 addition & 0 deletions bindata/v4.1.0/azure-pod-identity-webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: [ "ALL" ]
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /certs
name: webhook-certs
Expand Down
2 changes: 2 additions & 0 deletions pkg/assets/v410_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 ca92b8d

Please sign in to comment.