Skip to content

Commit

Permalink
Fix typo introduced in #319 (#334)
Browse files Browse the repository at this point in the history
* Fix typo introduced in #319

Signed-off-by: elliottmb <2555214+elliottmb@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: elliottmb <2555214+elliottmb@users.noreply.github.com>
  • Loading branch information
elliottmb authored Mar 13, 2022
1 parent dfc2ef7 commit 52f07c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## master / unreleased

* [ENHANCEMENT] Allow StoreGateway podManagementPolicy to be changed #332
* [BUGFIX] Correct a typo in enabling distribtuor HPA #334

## 1.4.0 / 2022-03-08

Expand Down
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 52f07c3

Please sign in to comment.