From e1f75241c8131964152e4c6b508ff3528ebdaa59 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 6 Apr 2018 22:33:08 +0800 Subject: [PATCH] Typo fix in webpagetest-agent/README.md (#4579) * Add version for incubator/webpagetest-agent/Chart.yaml Add version for incubator/webpagetest-agent/Chart.yaml * Typo fix in webpagetest-agent/README.md Typo fix in webpagetest-agent/README.md * Add appVersion for webpagetest-agent Add appVersion for webpagetest-agent * modify appVersion for webpagetest-agent modify appVersion for webpagetest-agent --- incubator/webpagetest-agent/Chart.yaml | 3 ++- incubator/webpagetest-agent/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/incubator/webpagetest-agent/Chart.yaml b/incubator/webpagetest-agent/Chart.yaml index 4e79abf683..de33b0cecb 100644 --- a/incubator/webpagetest-agent/Chart.yaml +++ b/incubator/webpagetest-agent/Chart.yaml @@ -1,7 +1,8 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: webpagetest-agent -version: 0.1.2 +version: 0.1.3 +appVersion: "2018-01-08" home: https://www.webpagetest.org/ icon: https://www.webpagetest.org/images/logo_wpt.png sources: diff --git a/incubator/webpagetest-agent/README.md b/incubator/webpagetest-agent/README.md index 45c3de97d9..a1273f787d 100644 --- a/incubator/webpagetest-agent/README.md +++ b/incubator/webpagetest-agent/README.md @@ -50,7 +50,7 @@ The following table lists the configurable parameters of the WordPress chart and | ------------------------------- | ------------------------------- | ---------------------------------------------------------- | | `image` | WebPageTest server image | `webpagetest/server:{VERSION}` | | `imagePullPolicy` | Image pull policy | `IfNotPresent` | -| `agent.key` | API Key for agent to auth the the master | `nil` | +| `agent.key` | API Key for agent to auth the master | `nil` | | `agent.server` | Hostname of the WPT server (see below) | `agent-web-page-test.local` | | `agent.location` | WPT location tag | `Test` | | `agent.shaper` | Traffic shaping method the agent uses | `none` |