From 1bb1fc01761182fe3e0b893aef3a05e3c2f7f9b9 Mon Sep 17 00:00:00 2001 From: "Shiva Krishna, Merla" Date: Tue, 25 Jul 2023 08:30:21 -0700 Subject: [PATCH] Update commands to expand RELEASE_VERSION Signed-off-by: Shiva Krishna, Merla --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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