Skip to content

Commit c496fe9

Browse files
committed
Test vr status with a message
Using development build of csi-addons adding .Message to the all conditions. Signed-off-by: Nir Soffer <[email protected]>
1 parent 2995dca commit c496fe9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

test/addons/csi-addons/cache

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import os
77
from drenv import cache
88

99
os.chdir(os.path.dirname(__file__))
10-
cache.refresh(".", "addons/csi-addons-0.10.0.yaml")
10+
cache.refresh(".", "addons/csi-addons-0.10.0-3.yaml")

test/addons/csi-addons/kustomization.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
---
55
resources:
6-
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/crds.yaml
7-
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/rbac.yaml
8-
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/setup-controller.yaml
6+
- https://raw.githubusercontent.com/yati1998/kubernetes-csi-addons/refs/heads/vr/deploy/controller/crds.yaml
7+
- https://raw.githubusercontent.com/yati1998/kubernetes-csi-addons/refs/heads/vr/deploy/controller/rbac.yaml
8+
- https://raw.githubusercontent.com/yati1998/kubernetes-csi-addons/refs/heads/vr/deploy/controller/setup-controller.yaml
99

1010
images:
1111
- name: quay.io/csiaddons/k8s-controller
12-
newTag: v0.10.0
12+
newName: quay.io/ypadia/k8s-controller
13+
newTag: VRupdate2

test/addons/csi-addons/start

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ from drenv import cache
1212

1313
def deploy(cluster):
1414
print("Deploying csi addon for volume replication")
15-
path = cache.get(".", "addons/csi-addons-0.10.0.yaml")
15+
path = cache.get(".", "addons/csi-addons-0.10.0-3.yaml")
1616
kubectl.apply("--filename", path, context=cluster)
1717

1818

0 commit comments

Comments
 (0)