diff --git a/README.md b/README.md index 4344e7f..a3ad77a 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub ```shell script # save cert CERT=`kubectl get secret admission-tls -o jsonpath='{.data.cert}'` - sed 's/NAMESPACE_OF_SERVICE_ACCOUNT/REPLACE_WITH_NAMESPACE/g' webhook.yaml | kubectl create -f - + sed 's/NAMESPACE_OF_SERVICE_ACCOUNT/REPLACE_WITH_NAMESPACE/g' admission/webhook.yaml | kubectl create -f - # create patch file cat > modified-webhook.yaml <