Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Gershkovich <[email protected]>
  • Loading branch information
ELENAGER committed Aug 22, 2024
1 parent c823bc2 commit 400e9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/addons/csi-addons/cache
Original file line number Diff line number Diff line change
Expand Up @@ -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")
2 changes: 1 addition & 1 deletion test/addons/csi-addons/start
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 400e9da

Please sign in to comment.