Skip to content

Commit 52f07c3

Browse files
authored
Fix typo introduced in #319 (#334)
* Fix typo introduced in #319 Signed-off-by: elliottmb <[email protected]> * Update CHANGELOG.md Signed-off-by: elliottmb <[email protected]>
1 parent dfc2ef7 commit 52f07c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## master / unreleased
44

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

78
## 1.4.0 / 2022-03-08
89

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)