Skip to content

Commit

Permalink
Added self signed certificates values documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stavbernazport committed May 19, 2024
1 parent 8c1140a commit f8286c2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions charts/port-ocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,13 @@ The following table lists the configuration parameters of the `port-ocean` chart
| `integration.type` | Type of the integration. i.e (`pager-duty`) | `""` |
| `integration.config` | Configuration for the integration. | `{}` |
| `integration.secrets` | Secrets for the integration (irrelevant if secret.useExistingSecret=true). | `{}` |
| `selfSignedCertificate.enabled` | Enable self-signed certificate trust for the integration. | `false` |
| `selfSignedCertificate.certificate` | The value of the self-signed certificate (only when `selfSignedCertificate.enabled=true`) | `""` |
| `selfSignedCertificate` | Self Signed certificate for the integration | `{}` |
| `selfSignedCertificate.enabled` | Enable self-signed certificate trust for the integration. | `false` |
| `selfSignedCertificate.certificate` | The value of the self-signed certificate (only when `selfSignedCertificate.enabled=true`) | `""` |
| `selfSignedCertificate.secret` | Secret with self-signed certificate | `{}` |
| `selfSignedCertificate.secret.useExistingSecret` | Enable this if you wish to use your own secret with the self-signed certificate | `false` |
| `selfSignedCertificate.secret.key` | The key in the existing self-signed certificate secret | `crt` |
| `selfSignedCertificate.secret.name` | The name of ab existing secret containing the self-signed certificate | `crt` |
| `eventListener.type` | Type of the event listener for the integration, one of the following "WEBHOOK" / "KAFKA" / "SAMPLE" | `"KAFKA"` |

To override values in `helm install`, use either the `--set` flag.
Expand Down

0 comments on commit f8286c2

Please sign in to comment.