Skip to content

Commit b73d475

Browse files
committed
Clarify blueprint comment
1 parent fac889d commit b73d475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/aws-alb-crossplane/gatewayclassblueprint-aws-alb-crossplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ spec:
369369
{{ end }}
370370
{{ if get .Values.hpa "maxReplicas" }}
371371
maxReplicas: {{ .Values.hpa.maxReplicas }}
372-
{{ else }} # Ensure that max >= min
372+
{{ else }} # Ensure that max >= min, even when maxReplicas is left undefined
373373
{{ if get .Values.hpa "minReplicas" }}
374374
maxReplicas: {{ .Values.hpa.minReplicas }}
375375
{{ end }}

0 commit comments

Comments
 (0)