Skip to content

Commit

Permalink
Merge pull request #154 from vmware-tanzu/change_release_static_yaml_…
Browse files Browse the repository at this point in the history
…names

Rename static yaml files in release process
  • Loading branch information
cfryanr authored Nov 3, 2020
2 parents 036845d + 478b0a0 commit 1223cf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/concierge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/supervisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1223cf7

Please sign in to comment.