Skip to content

Commit

Permalink
Remove unnecessary values from memory chart
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch-zf committed May 31, 2024
1 parent b4bafff commit 5271448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions charts/tractusx-connector-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ helm install my-release tractusx-edc/tractusx-connector-memory --version 0.7.0 \

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| backendService.httpProxyTokenReceiverUrl | string | `"https://example.com"` | Specifies a backend service which will receive the EDR |
| customCaCerts | object | `{}` | Add custom ca certificates to the truststore |
| customLabels | object | `{}` | Add some custom labels |
| fullnameOverride | string | `""` | |
Expand Down Expand Up @@ -173,7 +172,6 @@ helm install my-release tractusx-edc/tractusx-connector-memory --version 0.7.0 \
| runtime.tolerations | list | `[]` | [tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) to configure preferred nodes |
| runtime.url.protocol | string | `""` | Explicitly declared url for reaching the dsp api (e.g. if ingresses not used) |
| runtime.url.public | string | `""` | Explicitly declared url for reaching the public api (e.g. if ingresses not used) |
| runtime.url.readiness | string | `""` | |
| runtime.volumeMounts | list | `[]` | declare where to mount [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the container |
| runtime.volumes | list | `[]` | [volume](https://kubernetes.io/docs/concepts/storage/volumes/) directories |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down
6 changes: 2 additions & 4 deletions charts/tractusx-connector-memory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,15 +339,13 @@ runtime:
protocol: ""
# -- Explicitly declared url for reaching the public api (e.g. if ingresses not used)
public: ""
readiness: ""

vault:
# secrets can be seeded by supplying them in a semicolon separated list key1:secret2;key2:secret2
secrets: ""
server:
postStart: |-
backendService:
# -- Specifies a backend service which will receive the EDR
httpProxyTokenReceiverUrl: "https://example.com"
serviceAccount:
# -- Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit 5271448

Please sign in to comment.