Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[incubator/aws-alb-ingress-controller] Fix a typo in the aws-alb-ingress-controller chart README #22164

Merged
merged 2 commits into from
Jul 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion incubator/aws-alb-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: aws-alb-ingress-controller
description: A Helm chart for AWS ALB Ingress Controller
version: 1.0.0
version: 1.0.1
appVersion: "v1.1.6"
engine: gotpl
home: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
Expand Down
2 changes: 1 addition & 1 deletion incubator/aws-alb-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following tables lists the configurable parameters of the alb-ingress-contro
| `image.repository` | controller container image repository | `894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-alb-ingress-controller` |
| `image.tag` | controller container image tag | `v1.1.6` |
| `image.pullPolicy` | controller container image pull policy | `IfNotPresent` |
| `enableReadinessProbe` | enable readinessProbe on controller pod | `false` |
| `enableReadinessProbe` | enable readinessProbe on controller pod | `false` |
| `enableLivenessProbe` | enable livenessProbe on controller pod | `false` |
| `livenessProbeTimeout` | How long to wait before timeout (in seconds) when checking controller liveness | 1 |
| `extraEnv` | map of environment variables to be injected into the controller pod | `{}` |
Expand Down