Skip to content

Commit

Permalink
Url pointing to install.yaml pointing to master
Browse files Browse the repository at this point in the history
url was pointing to 0.7.0 install.yaml which was not the latest.

Original PR: #648

Co-Authored-By: mathieuduperre <[email protected]>
  • Loading branch information
mathieuduperre authored and markmandel committed Mar 28, 2019
1 parent 8cb5b87 commit c45c988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/Installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ This will install Agones in your cluster.
### Install with YAML

We can install Agones to the cluster using the
[install.yaml](https://github.com/GoogleCloudPlatform/agones/blob/release-0.7.0/install/yaml/install.yaml) file.
[install.yaml](https://github.com/GoogleCloudPlatform/agones/blob/{{< release-branch >}}/install/yaml/install.yaml) file.

```bash
kubectl create namespace agones-system
kubectl apply -f https://github.com/GoogleCloudPlatform/agones/raw/release-0.7.0/install/yaml/install.yaml
kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/agones/{{< release-branch >}}/install/yaml/install.yaml
```

You can also find the install.yaml in the latest `agones-install` zip from the [releases](https://github.com/GoogleCloudPlatform/agones/releases) archive.
Expand Down

0 comments on commit c45c988

Please sign in to comment.