File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ import os
7
7
from drenv import cache
8
8
9
9
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" )
Original file line number Diff line number Diff line change 3
3
4
4
---
5
5
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
9
9
10
10
images :
11
11
- name : quay.io/csiaddons/k8s-controller
12
- newTag : v0.10.0
12
+ newName : quay.io/ypadia/k8s-controller
13
+ newTag : VRupdate2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ from drenv import cache
12
12
13
13
def deploy (cluster ):
14
14
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" )
16
16
kubectl .apply ("--filename" , path , context = cluster )
17
17
18
18
You can’t perform that action at this time.
0 commit comments