Skip to content

Commit

Permalink
fix: typo in influxdv unsafessl
Browse files Browse the repository at this point in the history
Signed-off-by: wangrushen <wrs369@88.com>
  • Loading branch information
dovics authored and wozniakjan committed Oct 21, 2024
1 parent 4a08554 commit fe19bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/influxdb_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type influxDBMetadata struct {
OrganizationName string `keda:"name=organizationName, order=triggerMetadata;resolvedEnv;authParams"`
Query string `keda:"name=query, order=triggerMetadata"`
ServerURL string `keda:"name=serverURL, order=triggerMetadata;authParams"`
UnsafeSsl bool `keda:"name=UnsafeSsl, order=triggerMetadata, optional"`
UnsafeSsl bool `keda:"name=unsafeSsl, order=triggerMetadata, optional"`
ThresholdValue float64 `keda:"name=thresholdValue, order=triggerMetadata, optional"`
ActivationThresholdValue float64 `keda:"name=activationThresholdValue, order=triggerMetadata, optional"`

Expand Down

0 comments on commit fe19bab

Please sign in to comment.