mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix URIs in comments (#11828)
Signed-off-by: Marc Tamsky <tamsky@users.noreply.github.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
172ba31fd3
commit
d2a6482b3e
@@ -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: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user