Skip to content

Commit 8e755fc

Browse files
committed
[helm-chart] allow setting revisionHistoryLimit for webhook Certificate
Signed-off-by: Alex Berger <alex-berger@gmx.ch>
1 parent 31ec9f0 commit 8e755fc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ spec:
244244
{{- if .renewBefore }}
245245
renewBefore: {{ .renewBefore }}
246246
{{- end }}
247+
{{- if .revisionHistoryLimit }}
248+
revisionHistoryLimit: {{ .revisionHistoryLimit }}
249+
{{- end }}
247250
{{- end }}
248251
---
249252
apiVersion: cert-manager.io/v1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ enableCertManager: false
119119
certManager:
120120
duration:
121121
renewBefore:
122+
revisionHistoryLimit:
122123

123124
# The name of the Kubernetes cluster. A non-empty value is required
124125
clusterName:

0 commit comments

Comments
 (0)