small typo fix (#4428)

* add version for webpagetest-agent

add version for webpagetest-agent

* small typo fix

small typo fix
This commit is contained in:
AdamDang
2018-03-26 09:11:12 -07:00
committed by k8s-ci-robot
parent 04f81927d5
commit 415f0fb6ee
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: webpagetest-agent
version: 0.1.1
version: 0.1.2
home: https://www.webpagetest.org/
icon: https://www.webpagetest.org/images/logo_wpt.png
sources:
+5 -5
View File
@@ -12,7 +12,7 @@ $ helm install incubator/webpagetest-agent
This chart deploys [WebPageTest Private Instance Containers](https://github.com/WPO-Foundation/webpagetest-docs/blob/master/user/Private%20Instances/README.md) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
Depending on your configuration you can then use Official WPT agent instances to test your websites
Depending on your configuration you can then use Official WPT agent instances to test your websites.
## Prerequisites
@@ -27,7 +27,7 @@ $ helm install --name my-release incubator/webpagetest-agent
```
The command deploys a WebPageTest agent on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Please note the default install probably won't do much without some configuration of the values.yaml file
Please note the default install probably won't do much without some configuration of the values.yaml file.
> **Tip**: List all releases using `helm list`
@@ -75,7 +75,7 @@ $ helm install --name my-release -f values.yaml incubator/webpagetest-agent
## Ingress
There are none. This is a worker node. the standard operation is for it to poll the
There are none. This is a worker node. The standard operation is for it to poll the
WebPageTest Server for work.
## WebPageTest Server Config
@@ -87,7 +87,7 @@ As such these charts will get an environment up and working, but if you want mor
### Defaults
A default install of the server will have a location of 'Test' with a blank key.
This config makes use of that. To use different values you will probably need to update
settings/locations.ini and or settings/keys.ini on the WebPageTest server
settings/locations.ini and or settings/keys.ini on the WebPageTest server.
### agent.server
**You'll probably want to update this one.**
@@ -95,7 +95,7 @@ This is the host header that the agent will use to speak to the master.
### agent.shaper
This is the method that the agent will use to throttle bandwidth or add latency. Some methods require root access.
The default method did not work when this chart was being created so a value of 'none' was selected to disable this feature
The default method did not work when this chart was being created so a value of 'none' was selected to disable this feature.
### agent.key
The API key is used by the agent to authenticate itself to the WebPageTest server.