Skip to content

Commit f730a76

Browse files
committed
aws-load-balancer-controller: certificate with extra issuerRef conf
1 parent b40c9fc commit f730a76

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

stable/aws-load-balancer-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: aws-load-balancer-controller
33
description: AWS Load Balancer Controller Helm chart for Kubernetes
4-
version: 1.13.4
4+
version: 1.13.5
55
appVersion: v2.13.4
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png

stable/aws-load-balancer-controller/templates/webhook.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

stable/aws-load-balancer-controller/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ enableCertManager: false
117117

118118
# Overrideable variables when enableCertManager is set to true
119119
certManager:
120+
extraIssuerRef:
121+
# group: cert-manager.io
120122
duration:
121123
renewBefore:
122124

0 commit comments

Comments
 (0)