Skip to content

Commit

Permalink
Test vr status with a message
Browse files Browse the repository at this point in the history
Using development build of csi-addons adding .Message to the all
conditions.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Nov 5, 2024
1 parent 2995dca commit c6135d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-0.10.0.yaml")
cache.refresh(".", "addons/csi-addons-0.10.0-1.yaml")
4 changes: 2 additions & 2 deletions test/addons/csi-addons/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resources:
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/setup-controller.yaml

images:
- name: quay.io/csiaddons/k8s-controller
newTag: v0.10.0
- name: quay.io/ypadia/k8s-controller
newTag: vr-status
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-0.10.0.yaml")
path = cache.get(".", "addons/csi-addons-0.10.0-1.yaml")
kubectl.apply("--filename", path, context=cluster)


Expand Down

0 comments on commit c6135d3

Please sign in to comment.