Add termination policy customization in helm chart (#2255)
Currently default pod termination logs go to /dev/termination-log. With CI we need to change customize path somewhere to /var/log for exporting logs with the kind export logs command. Setting FallbackToLogsOnError as termination policy for skaffold. Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
+4
-1
@@ -53,7 +53,10 @@ deploy:
|
||||
openTracing.enabled: false
|
||||
openTelemetry.otlpCollectorEndpoint: ""
|
||||
openTelemetry.otlpInsecure: true
|
||||
priorityClassName: "system-cluster-critical"
|
||||
priorityClassName: system-cluster-critical
|
||||
# Use /var/log directory for kind logs export
|
||||
terminationMessagePath: /var/log/termination-log
|
||||
terminationMessagePolicy: FallbackToLogsOnError
|
||||
wait: true
|
||||
flags:
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user