From 400e9da833fd69b7676a51169dba9fd1b76d5a06 Mon Sep 17 00:00:00 2001 From: Elena Gershkovich Date: Thu, 22 Aug 2024 16:47:20 +0300 Subject: [PATCH] Improvements Signed-off-by: Elena Gershkovich --- test/addons/csi-addons/cache | 2 +- test/addons/csi-addons/start | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/addons/csi-addons/cache b/test/addons/csi-addons/cache index 7b37a59788..7dff0bd5ba 100755 --- a/test/addons/csi-addons/cache +++ b/test/addons/csi-addons/cache @@ -7,4 +7,4 @@ import os from drenv import cache os.chdir(os.path.dirname(__file__)) -cache.refresh(".", "addons/csi-addons.yaml") +cache.refresh(".", "addons/csi-addons-0.9.0.yaml") diff --git a/test/addons/csi-addons/start b/test/addons/csi-addons/start index 7c1ffa7884..1f3a369b70 100755 --- a/test/addons/csi-addons/start +++ b/test/addons/csi-addons/start @@ -12,7 +12,7 @@ from drenv import cache def deploy(cluster): print("Deploying csi addon for volume replication") - path = cache.get(".", "addons/csi-addons.yaml") + path = cache.get(".", "addons/csi-addons-0.9.0.yaml") kubectl.apply("--filename", path, context=cluster)