File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
stable/aws-load-balancer-controller Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : aws-load-balancer-controller
33description : AWS Load Balancer Controller Helm chart for Kubernetes
4- version : 1.13.4
4+ version : 1.13.5
55appVersion : v2.13.4
66home : https://github.com/aws/eks-charts
77icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Original file line number Diff line number Diff line change @@ -236,6 +236,9 @@ spec:
236236 issuerRef :
237237 kind : Issuer
238238 name : {{ template "aws-load-balancer-controller.namePrefix" . }}-selfsigned-issuer
239+ {{- with .Values.certManager.extraIssuerRef }}
240+ {{- . | toYaml | indent 4 }}
241+ {{- end }}
239242 secretName : {{ template "aws-load-balancer-controller.webhookCertSecret" . }}
240243 {{- with .Values.certManager -}}
241244 {{ if .duration }}
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ enableCertManager: false
117117
118118# Overrideable variables when enableCertManager is set to true
119119certManager :
120+ extraIssuerRef :
121+ # group: cert-manager.io
120122 duration :
121123 renewBefore :
122124
You can’t perform that action at this time.
0 commit comments