Skip to content

Commit

Permalink
Fix typo introduced in cortexproject#319
Browse files Browse the repository at this point in the history
Signed-off-by: elliottmb <2555214+elliottmb@users.noreply.github.com>
  • Loading branch information
elliottmb committed Mar 13, 2022
1 parent dfc2ef7 commit c9e1c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/distributor/distributor-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.distributor.enable .Values.distributor.autoscaling.enabled }}
{{- if and .Values.distributor.enabled .Values.distributor.autoscaling.enabled }}
{{- with .Values.distributor.autoscaling -}}
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
Expand Down

0 comments on commit c9e1c27

Please sign in to comment.