File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 96
96
First install the volume-data-source-validator controller.
97
97
98
98
``` terminal
99
- kubectl apply -f https://github.com/kubernetes-csi/volume-data-source-validator/blob/master/deploy/kubernetes/rbac-data-source-validator.yaml
100
- kubectl apply -f https://github.com/kubernetes-csi/volume-data-source-validator/blob/master/deploy/kubernetes/setup-data-source-validator.yaml
99
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/master/client/config/crd/populator.storage.k8s.io_volumepopulators.yaml
100
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/master/deploy/kubernetes/rbac-data-source-validator.yaml
101
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/master/deploy/kubernetes/setup-data-source-validator.yaml
101
102
```
102
103
103
104
Next install the example populator.
104
105
105
106
``` terminal
106
- kubectl apply -f https://github. com/kubernetes-csi/lib-volume-populator/blob /master/example/hello-populator/crd.yaml
107
- kubectl apply -f https://github. com/kubernetes-csi/lib-volume-populator/blob /master/example/hello-populator/deploy.yaml
107
+ kubectl apply -f https://raw.githubusercontent. com/kubernetes-csi/lib-volume-populator/master/example/hello-populator/crd.yaml
108
+ kubectl apply -f https://raw.githubusercontent. com/kubernetes-csi/lib-volume-populator/master/example/hello-populator/deploy.yaml
108
109
```
109
110
110
111
Create an instance of the ` Hello ` CR, with some text.
You can’t perform that action at this time.
0 commit comments