diff --git a/odh-notebook-controller/README.md b/odh-notebook-controller/README.md index be3e45bff..cd86f0a64 100644 --- a/odh-notebook-controller/README.md +++ b/odh-notebook-controller/README.md @@ -29,7 +29,8 @@ Add the following configuration to your `KfDef` object to install the Create a notebook object with the image and other parameters such as the environment variables, resource limits, tolerations, etc: -```yaml +```shell +notebook_namespace=$(oc config view --minify -o jsonpath='{..namespace}') cat <