Skip to content

Commit

Permalink
Add unsafeSsl InfluxDB parameter to the docs (kedacore#544)
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Tsioumas <dtsioumas@protonmail.com>
  • Loading branch information
dtsioumas authored Oct 7, 2021
1 parent 95463d3 commit fcf0688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/2.5/scalers/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ triggers:
- `thresholdValue` - Provided by the user. This value can vary from use case to use case depending on the data of interest, and is needed to trigger the scaling in/out depending on what value comes back from the query.
- `query` - Flux query that will yield the value for the scaler to compare the `thresholdValue` against.
- `metricName` - Name to assign to the metric. If not set KEDA will generate a name based on masked version of the server url and organization name. If using more than one trigger it is required that all `metricName`(s) be unique. (Optional)
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)

### Authentication Parameters

Expand Down

0 comments on commit fcf0688

Please sign in to comment.