We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71dafe commit 1b09bfaCopy full SHA for 1b09bfa
helm/aws-load-balancer-controller/templates/webhook.yaml
@@ -244,6 +244,9 @@ spec:
244
{{- if .renewBefore }}
245
renewBefore: {{ .renewBefore }}
246
{{- end }}
247
+ {{- if .revisionHistoryLimit }}
248
+ revisionHistoryLimit: {{ .revisionHistoryLimit }}
249
+ {{- end }}
250
251
---
252
apiVersion: cert-manager.io/v1
helm/aws-load-balancer-controller/values.yaml
@@ -119,6 +119,7 @@ enableCertManager: false
119
certManager:
120
duration:
121
renewBefore:
122
+ revisionHistoryLimit:
123
124
# The name of the Kubernetes cluster. A non-empty value is required
125
clusterName:
0 commit comments