We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc2ef7 commit 52f07c3Copy full SHA for 52f07c3
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## master / unreleased
4
5
* [ENHANCEMENT] Allow StoreGateway podManagementPolicy to be changed #332
6
+* [BUGFIX] Correct a typo in enabling distribtuor HPA #334
7
8
## 1.4.0 / 2022-03-08
9
templates/distributor/distributor-hpa.yaml
@@ -1,4 +1,4 @@
1
-{{- if and .Values.distributor.enable .Values.distributor.autoscaling.enabled }}
+{{- if and .Values.distributor.enabled .Values.distributor.autoscaling.enabled }}
2
{{- with .Values.distributor.autoscaling -}}
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
0 commit comments