diff --git a/deploy/concierge/README.md b/deploy/concierge/README.md index aecbeb0e6..72c5233bb 100644 --- a/deploy/concierge/README.md +++ b/deploy/concierge/README.md @@ -10,7 +10,7 @@ for details. ## Installing the Latest Version with Default Options ```bash -kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/$(curl https://api.github.com/repos/vmware-tanzu/pinniped/releases/latest -s | jq .name -r)/install-pinniped.yaml +kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/$(curl https://api.github.com/repos/vmware-tanzu/pinniped/releases/latest -s | jq .name -r)/install-pinniped-concierge.yaml ``` ## Installing an Older Version with Default Options @@ -20,7 +20,7 @@ and use it to replace the version number in the URL below. ```bash # Replace v0.2.0 with your preferred version in the URL below -kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/v0.2.0/install-pinniped.yaml +kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/v0.2.0/install-pinniped-concierge.yaml ``` ## Installing with Custom Options diff --git a/deploy/supervisor/README.md b/deploy/supervisor/README.md index a3f214bbe..4216a0ddf 100644 --- a/deploy/supervisor/README.md +++ b/deploy/supervisor/README.md @@ -8,7 +8,7 @@ It can be deployed when those features are needed. ## Installing the Latest Version with Default Options ```bash -kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/latest/download/install-supervisor.yaml +kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/latest/download/install-pinniped-supervisor.yaml ``` ## Installing an Older Version with Default Options @@ -18,7 +18,7 @@ and use it to replace the version number in the URL below. ```bash # Replace v0.3.0 with your preferred version in the URL below -kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/v0.3.0/install-supervisor.yaml +kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/v0.3.0/install-pinniped-supervisor.yaml ``` ## Installing with Custom Options diff --git a/doc/demo.md b/doc/demo.md index 1da8e392b..8589610fa 100644 --- a/doc/demo.md +++ b/doc/demo.md @@ -111,10 +111,10 @@ as the identity provider. 1. Deploy Pinniped. ```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-concierge.yaml ``` - The `install-pinniped.yaml` file includes the default deployment options. + The `install-pinniped-concierge.yaml` file includes the default deployment options. If you would prefer to customize the available options, please see [deploy/concierge/README.md](../deploy/concierge/README.md) for instructions on how to deploy using `ytt`.