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 <[email protected]>
  • Loading branch information
nirs committed Nov 5, 2024
1 parent 2995dca commit d65c6eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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")
10 changes: 5 additions & 5 deletions test/addons/csi-addons/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

---
resources:
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/crds.yaml
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/rbac.yaml
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/setup-controller.yaml
- https://raw.githubusercontent.com/yati1998/kubernetes-csi-addons/refs/heads/vr/deploy/controller/crds.yaml
- https://raw.githubusercontent.com/yati1998/kubernetes-csi-addons/refs/heads/vr/deploy/controller/rbac.yaml
- https://raw.githubusercontent.com/yati1998/kubernetes-csi-addons/refs/heads/vr/deploy/controller/setup-controller.yaml

images:
- name: quay.io/csiaddons/k8s-controller
newTag: v0.10.0
- name: quay.io/ypadia/k8s-controller
newTag: VRupdate2
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 d65c6eb

Please sign in to comment.