doc: modify SGX device plugin deployments url from 'main' to '<RELEASE_VERSION>'

Signed-off-by: Huang Xin <xin1.huang@intel.com>
This commit is contained in:
Huang Xin 2022-06-25 17:33:29 +08:00
parent 295316ed17
commit 89caad1cd4

View File

@ -106,7 +106,7 @@ $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/
#### Deploy SGX device plugin with the operator
```bash
$ kubectl apply -f https://raw.githubusercontent.com/intel/intel-device-plugins-for-kubernetes/main/deployments/operator/samples/deviceplugin_v1_sgxdeviceplugin.yaml
$ kubectl apply -f https://raw.githubusercontent.com/intel/intel-device-plugins-for-kubernetes/<RELEASE_VERSION>/deployments/operator/samples/deviceplugin_v1_sgxdeviceplugin.yaml
```
### Getting the source code