Skip to content

Commit

Permalink
Merge pull request #403 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] committed Feb 6, 2024
2 parents 75c5dc1 + a293759 commit b2013e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -63,6 +63,7 @@ spec:
capabilities:
drop:
- ALL
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /etc/tls/private
name: metrics-tls
Expand Down
1 change: 1 addition & 0 deletions manifests/0000_70_dns-operator_02-deployment.yaml
Expand Up @@ -75,6 +75,7 @@ spec:
capabilities:
drop:
- ALL
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /etc/tls/private
name: metrics-tls
Expand Down
1 change: 1 addition & 0 deletions pkg/manifests/assets/dns/daemonset.yaml
Expand Up @@ -68,6 +68,7 @@ spec:
requests:
cpu: 10m
memory: 40Mi
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /etc/tls/private
name: metrics-tls
Expand Down

0 comments on commit b2013e9

Please sign in to comment.