From 8dbfc6331be1fb916162097b464f1378ebe65206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 9 Oct 2023 17:45:00 +0200 Subject: [PATCH] config: ccruntime: Pass env var as the snapshotter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This needs to be dropped in a follow-up PR, but it allows us to have the tests passing, so we can proceed to debugging what's being done wrong on the operator side as part of a different series. So, all-in-all, this will be reverted sooner than later, but it's needed now. Signed-off-by: Fabiano FidĂȘncio --- config/samples/ccruntime/base/ccruntime.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/samples/ccruntime/base/ccruntime.yaml b/config/samples/ccruntime/base/ccruntime.yaml index deec149a..a91117c2 100644 --- a/config/samples/ccruntime/base/ccruntime.yaml +++ b/config/samples/ccruntime/base/ccruntime.yaml @@ -167,3 +167,5 @@ spec: value: "yes" - name: "DEBUG" value: "false" + - name: "SNAPSHOTTER" + value: "nydus"