fix URIs in comments (#11828)

Signed-off-by: Marc Tamsky <tamsky@users.noreply.github.com>
This commit is contained in:
Marc Tamsky
2019-03-19 03:08:21 -07:00
committed by Kubernetes Prow Robot
parent 172ba31fd3
commit d2a6482b3e
2 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
apiVersion: v1
name: aws-alb-ingress-controller
description: A Helm chart for AWS ALB Ingress Controller
version: 0.1.5
version: 0.1.6
appVersion: "v1.1.2"
engine: gotpl
home: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
@@ -22,7 +22,7 @@ autoDiscoverAwsVpcID: false
scope:
## If provided, the ALB ingress controller will only act on Ingress resources annotated with this class
## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/configuration.md#limiting-ingress-class
## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/guide/controller/config.md#limiting-ingress-class
ingressClass: alb
## If true, the ALB ingress controller will only act on Ingress resources in a single namespace
@@ -30,7 +30,7 @@ scope:
singleNamespace: false
## If scope.singleNamespace=true, the ALB ingress controller will only act on Ingress resources in this namespace
## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/configuration.md#limiting-namespaces
## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/guide/controller/config.md#limiting-namespaces
## Default: namespace of the ALB ingress controller
watchNamespace: ""