File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,4 @@ docker_manifests:
6161release :
6262 draft : true
6363 extra_files :
64- - glob : " rbs-csi-deploy-* .yaml"
64+ - glob : " rbs-csi-deploy.yaml"
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ kubectl create secret generic rbs-csi-secret \
2222 --from-literal=api-token=" your-api-token" \
2323 --namespace=kube-system
2424
25- # 2. Deploy driver
26- kubectl apply -f deploy/rbac .yaml
27- kubectl apply -f deploy/csi-driver.yaml
28- kubectl apply -f deploy/controller.yaml
29- kubectl apply -f deploy/node-daemonset .yaml
25+ # 2. Deploy latest driver version
26+ kubectl apply -f https://github.com/serverscom/serverscom-rbs-csi/releases/latest/download/rbs-csi-deploy .yaml
27+
28+ # or specific version
29+ kubectl apply -f https://github.com/serverscom/serverscom-rbs-csi/releases/download/v0.1.0/rbs-csi-deploy .yaml
3030
3131# 3. Create StorageClass
3232kubectl apply -f examples/storageclass.yaml
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44VERSION=" $1 "
55
6- OUTPUT=" rbs-csi-deploy- ${VERSION} .yaml"
6+ OUTPUT=" rbs-csi-deploy.yaml"
77
88echo " # Generated deploy manifest for version ${VERSION} " > " $OUTPUT "
99echo " # Do not edit manually" >> " $OUTPUT "
You can’t perform that action at this time.
0 commit comments