Skip to content

Commit

Permalink
fix: removed unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
eschrewe committed Jun 27, 2024
1 parent 658237b commit 4445f37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/puris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ dependencies:
| backend.puris.edc.controlplane.protocol.url | string | `"https://your-edc-address:8184/api/v1/dsp"` | Url to the EDC controlplane protocol API of the edc |
| backend.puris.edc.dataplane.public.url | string | `"https://your-data-plane:8285/api/public/"` | Url of one of your data plane's public api |
| backend.puris.erpadapter.authkey | string | `"x-api-key"` | |
| backend.puris.erpadapter.authsecret | string | `"erp-password"` | |
| backend.puris.erpadapter.enabled | bool | `false` | |
| backend.puris.erpadapter.refreshinterval | int | `720` | |
| backend.puris.erpadapter.timelimit | int | `7` | |
Expand Down
2 changes: 0 additions & 2 deletions charts/puris/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ backend:
url: http://my-erpadapter:8080
# The auth key to be used on your ERP adapter's request api
authkey: x-api-key
# The auth secret to be used on your ERP adapter's request api
authsecret: erp-password
# Interval between two requests to the erp adapter for the same issue (minutes)
refreshinterval: 720
# Period since last received partner request after which no more new update requests to the
Expand Down

0 comments on commit 4445f37

Please sign in to comment.