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 Feb 5, 2024
1 parent 5b3a050 commit d3af77d
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 d3af77d

Please sign in to comment.