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 cca2553 commit 089ebbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/06-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ spec:
drop:
- ALL
imagePullPolicy: IfNotPresent
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- name: samples-operator-tls
mountPath: /etc/secrets
Expand All @@ -84,6 +85,7 @@ spec:
- --termination-grace-period=30s
- --files=/etc/secrets/tls.crt,/etc/secrets/tls.key
imagePullPolicy: IfNotPresent
terminationMessagePolicy: FallbackToLogsOnError
resources:
requests:
memory: 50Mi
Expand Down

0 comments on commit 089ebbe

Please sign in to comment.