diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e176dcfc..1378cda9 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -93,7 +93,7 @@ The default CR can be created as shown below where `` needs to desired [release tag](https://github.com/confidential-containers/operator/tags): ``` -kubectl apply -k github.com/confidential-containers/operator/config/samples/ccruntime/default?ref= +kubectl apply -k "github.com/confidential-containers/operator/config/samples/ccruntime/default?ref=${RELEASE_VERSION}" ``` Wait until each pod has the `STATUS` as `Running`: @@ -160,7 +160,7 @@ kubectl apply -k config/samples/ccruntime/ ### Delete the CR ``` -kubectl delete -k github.com/confidential-containers/operator/config/samples/ccruntime/default?ref= +kubectl delete -k "github.com/confidential-containers/operator/config/samples/ccruntime/default?ref=${RELEASE_VERSION}" ``` ### Delete the Operator