Remove curly braces from doc commands

Because when you copy/paste them to zsh they are automatically
escaped and then they do not work correctly
This commit is contained in:
Ryan Richard 2020-10-02 16:44:27 -07:00
parent b69eb5e850
commit da695ef787

View File

@ -68,7 +68,7 @@ for a more specific example of installing onto a local kind cluster, including t
1. Deploy the `local-user-authenticator` app. 1. Deploy the `local-user-authenticator` app.
```bash ```bash
kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/${pinniped_version}/install-local-user-authenticator.yaml kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/$pinniped_version/install-local-user-authenticator.yaml
``` ```
The `install-local-user-authenticator.yaml` file includes the default deployment options. The `install-local-user-authenticator.yaml` file includes the default deployment options.
@ -96,7 +96,7 @@ for a more specific example of installing onto a local kind cluster, including t
1. Deploy Pinniped. 1. Deploy Pinniped.
```bash ```bash
kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/${pinniped_version}/install-pinniped.yaml kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/$pinniped_version/install-pinniped.yaml
``` ```
The `install-pinniped.yaml` file includes the default deployment options. The `install-pinniped.yaml` file includes the default deployment options.