From d2a6482b3e374a52d8dbb904a6004dfe99231b86 Mon Sep 17 00:00:00 2001 From: Marc Tamsky Date: Tue, 19 Mar 2019 03:08:21 -0700 Subject: [PATCH] fix URIs in comments (#11828) Signed-off-by: Marc Tamsky --- incubator/aws-alb-ingress-controller/Chart.yaml | 2 +- incubator/aws-alb-ingress-controller/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/incubator/aws-alb-ingress-controller/Chart.yaml b/incubator/aws-alb-ingress-controller/Chart.yaml index f43b2a6e43..f9d190df34 100644 --- a/incubator/aws-alb-ingress-controller/Chart.yaml +++ b/incubator/aws-alb-ingress-controller/Chart.yaml @@ -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 diff --git a/incubator/aws-alb-ingress-controller/values.yaml b/incubator/aws-alb-ingress-controller/values.yaml index 994d5a1343..a37a7a7eda 100644 --- a/incubator/aws-alb-ingress-controller/values.yaml +++ b/incubator/aws-alb-ingress-controller/values.yaml @@ -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: ""