Merge pull request #714 from vmware-tanzu/ytt_install_doc_fix
ytt install docs suggest that you checkout the release tag
This commit is contained in:
commit
143837c136
@ -41,9 +41,18 @@ Pinniped uses [ytt](https://carvel.dev/ytt/) from [Carvel](https://carvel.dev/)
|
|||||||
- `git clone git@github.com:vmware-tanzu/pinniped.git`
|
- `git clone git@github.com:vmware-tanzu/pinniped.git`
|
||||||
- `cd pinniped/deploy/concierge`
|
- `cd pinniped/deploy/concierge`
|
||||||
|
|
||||||
|
1. Decide which release version you would like to install. All release versions are [listed on GitHub](https://github.com/vmware-tanzu/pinniped/releases).
|
||||||
|
|
||||||
|
1. Checkout your preferred version tag, e.g. `v0.9.2`.
|
||||||
|
|
||||||
|
- `git checkout v0.9.2`
|
||||||
|
|
||||||
|
*Replace v0.9.2 with your preferred version number.*
|
||||||
|
|
||||||
1. Customize configuration parameters:
|
1. Customize configuration parameters:
|
||||||
|
|
||||||
- Edit `values.yaml` with your custom values.
|
- Edit `values.yaml` with your custom values.
|
||||||
|
- Change the `image_tag` value to match your preferred version tag, e.g. `v0.9.2`. *Replace v0.9.2 with your preferred version number.*
|
||||||
- See the [default values](http://github.com/vmware-tanzu/pinniped/tree/main/deploy/concierge/values.yaml) for documentation about individual configuration parameters.
|
- See the [default values](http://github.com/vmware-tanzu/pinniped/tree/main/deploy/concierge/values.yaml) for documentation about individual configuration parameters.
|
||||||
|
|
||||||
1. Render templated YAML manifests:
|
1. Render templated YAML manifests:
|
||||||
|
@ -40,9 +40,18 @@ Pinniped uses [ytt](https://carvel.dev/ytt/) from [Carvel](https://carvel.dev/)
|
|||||||
- `git clone git@github.com:vmware-tanzu/pinniped.git`
|
- `git clone git@github.com:vmware-tanzu/pinniped.git`
|
||||||
- `cd pinniped/deploy/supervisor`
|
- `cd pinniped/deploy/supervisor`
|
||||||
|
|
||||||
|
1. Decide which release version you would like to install. All release versions are [listed on GitHub](https://github.com/vmware-tanzu/pinniped/releases).
|
||||||
|
|
||||||
|
1. Checkout your preferred version tag, e.g. `v0.9.2`.
|
||||||
|
|
||||||
|
- `git checkout v0.9.2`
|
||||||
|
|
||||||
|
*Replace v0.9.2 with your preferred version number.*
|
||||||
|
|
||||||
1. Customize configuration parameters:
|
1. Customize configuration parameters:
|
||||||
|
|
||||||
- Edit `values.yaml` with your custom values.
|
- Edit `values.yaml` with your custom values.
|
||||||
|
- Change the `image_tag` value to match your preferred version tag, e.g. `v0.9.2`. *Replace v0.9.2 with your preferred version number.*
|
||||||
- See the [default values](http://github.com/vmware-tanzu/pinniped/tree/main/deploy/supervisor/values.yaml) for documentation about individual configuration parameters.
|
- See the [default values](http://github.com/vmware-tanzu/pinniped/tree/main/deploy/supervisor/values.yaml) for documentation about individual configuration parameters.
|
||||||
|
|
||||||
1. Render templated YAML manifests:
|
1. Render templated YAML manifests:
|
||||||
|
Loading…
Reference in New Issue
Block a user