From 089ebbe0a2956339e5d475c44cca22989f3bfd2a Mon Sep 17 00:00:00 2001 From: David Eads Date: Thu, 25 Jan 2024 14:36:08 -0500 Subject: [PATCH] add FallbackToLogsOnError for easier debugging --- manifests/06-operator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/06-operator.yaml b/manifests/06-operator.yaml index bc01d3088..eb3a5ffe4 100644 --- a/manifests/06-operator.yaml +++ b/manifests/06-operator.yaml @@ -61,6 +61,7 @@ spec: drop: - ALL imagePullPolicy: IfNotPresent + terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - name: samples-operator-tls mountPath: /etc/secrets @@ -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