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 9696First install the volume-data-source-validator controller.
9797
9898``` 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
101102```
102103
103104Next install the example populator.
104105
105106``` 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
108109```
109110
110111Create an instance of the ` Hello ` CR, with some text.
You can’t perform that action at this time.
0 commit comments