Skip to content

Commit

Permalink
Fix #1107: remove limit from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jan 12, 2022
1 parent cdd75b2 commit 567c2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/keda/keda.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type kedaTrait struct {
CamelCaseConversion *bool `property:"camel-case-conversion" json:"camelCaseConversion,omitempty"`
// Set the spec->replicas field on the top level controller to an explicit value if missing, to allow KEDA to recognize it as a scalable resource.
HackControllerReplicas *bool `property:"hack-controller-replicas" json:"hackControllerReplicas,omitempty"`
// Interval (seconds) to check each trigger on (minimum 10 seconds).
// Interval (seconds) to check each trigger on.
PollingInterval *int32 `property:"polling-interval" json:"pollingInterval,omitempty"`
// The wait period between the last active trigger reported and scaling the resource back to 0.
CooldownPeriod *int32 `property:"cooldown-period" json:"cooldownPeriod,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/traits/pages/keda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following configuration options are available:

| keda.polling-interval
| int32
| Interval (seconds) to check each trigger on (minimum 10 seconds).
| Interval (seconds) to check each trigger on.

| keda.cooldown-period
| int32
Expand Down
2 changes: 1 addition & 1 deletion resources/traits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ traits:
value if missing, to allow KEDA to recognize it as a scalable resource.
- name: polling-interval
type: int32
description: Interval (seconds) to check each trigger on (minimum 10 seconds).
description: Interval (seconds) to check each trigger on.
- name: cooldown-period
type: int32
description: The wait period between the last active trigger reported and scaling
Expand Down

0 comments on commit 567c2de

Please sign in to comment.