Skip to content

Commit ed3bd72

Browse files
authored
Fix typo introduced in #319
1 parent dfc2ef7 commit ed3bd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/distributor/distributor-hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and .Values.distributor.enable .Values.distributor.autoscaling.enabled }}
1+
{{- if and .Values.distributor.enabled .Values.distributor.autoscaling.enabled }}
22
{{- with .Values.distributor.autoscaling -}}
33
apiVersion: autoscaling/v2beta2
44
kind: HorizontalPodAutoscaler

0 commit comments

Comments
 (0)