From 927eeccc32f56621b35f18ffe78eab072111a97a Mon Sep 17 00:00:00 2001 From: liaoj Date: Sat, 10 Feb 2018 06:43:51 +0800 Subject: [PATCH] Update README.md (#3637) certficate -> certificate --- stable/traefik/Chart.yaml | 2 +- stable/traefik/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 732430e197..900fab1212 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.18.0 +version: 1.18.1 appVersion: 1.4.6 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: diff --git a/stable/traefik/README.md b/stable/traefik/README.md index 57017bf970..da55c780a8 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -103,7 +103,7 @@ The following tables lists the configurable parameters of the Traefik chart and | `debug.enabled` | Turn on/off Traefik's debug mode. Enabling it will override the logLevel to `DEBUG` and provide `/debug/vars` endpoint that allows Go runtime stats to be inspected, such as number of Goroutines and memory stats | `false` | | `ssl.enabled` | Whether to enable HTTPS | `false` | | `ssl.enforced` | Whether to redirect HTTP requests to HTTPS | `false` | -| `ssl.defaultCert` | Base64 encoded default certficate | A self-signed certificate | +| `ssl.defaultCert` | Base64 encoded default certificate | A self-signed certificate | | `ssl.defaultKey` | Base64 encoded private key for the certificate above | The private key for the certificate above | | `acme.enabled` | Whether to use Let's Encrypt to obtain certificates | `false` | | `acme.email` | Email address to be used in certificates obtained from Let's Encrypt | `admin@example.com` |