Skip to content

Commit

Permalink
Merge pull request #78 from homeylab/exportarr-1.1.7
Browse files Browse the repository at this point in the history
fix tdarr dep config setting block
  • Loading branch information
pchang388 authored Aug 8, 2024
2 parents 66ca72a + 0d323c6 commit 4710b6e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions charts/exportarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,19 +305,19 @@ tdarr-exporter:
settings:
# more options available than shown
config:
# If no protocol is provided (http/https), defaults to using https.
# Examples: `tdarr.example.com`, `http://tdarr.example.com`
url: ""
# if auth is not required, do not provide any `secretKey` or `apiKey`
existingSecret:
# name of secret
name: ""
# name of key within secret to use
secretKey: ""
# ignored if `existingSecret` is used
apiKey: ""
# If set to `false`, the exporter will not verify the SSL certificate of the tdarr instance.
verify_ssl: true
log_level: "info"
# If no protocol is provided (http/https), defaults to using https.
# Examples: `tdarr.example.com`, `http://tdarr.example.com`
url: ""
# if auth is not required, do not provide any `secretKey` or `apiKey`
existingSecret:
# name of secret
name: ""
# name of key within secret to use
secretKey: ""
# ignored if `existingSecret` is used
apiKey: ""
# If set to `false`, the exporter will not verify the SSL certificate of the tdarr instance.
verify_ssl: true
log_level: "info"
# extra env applied to exporter
extraEnv: {}

0 comments on commit 4710b6e

Please sign in to comment.