We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46cbe9 commit ede6aa4Copy full SHA for ede6aa4
charts/fluent-bit/values.yaml
@@ -244,8 +244,8 @@ autoscaling:
244
# List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
245
controlledResources: []
246
247
- # Values that the vertical pod autoscaler can control. Allowed values are RequestsAndLimits and RequestsOnly.
248
- controlledValues: RequestsAndLimits
+ # Values that the vertical pod autoscaler can control. Allowed values are RequestsAndLimits and RequestsOnly. Default is RequestsAndLimits.
+ controlledValues: ""
249
250
# Define the max allowed resources for the pod
251
maxAllowed: {}
0 commit comments