diff --git a/charts/port-ocean/README.md b/charts/port-ocean/README.md index 38cf177..fd18f2b 100644 --- a/charts/port-ocean/README.md +++ b/charts/port-ocean/README.md @@ -30,7 +30,7 @@ helm upgrade --install my-ocean-integration port-labs/port-ocean \ --set integration.config.="RAW_STRING" \ --set integration.identifier="my-integration-identifier" \ --set eventListener.type="KAFKA" \ - --set integration.type="integration type (i.e pager-duty, gitlab)" \ + --set integration.type="integration type (i.e pagerduty, gitlab)" \ --set port.clientId="PORT_CLIENT_ID" \ --set port.clientSecret="PORT_CLIENT_SECRET" ``` @@ -89,7 +89,7 @@ The following table lists the configuration parameters of the `port-ocean` chart | `ingress.pathType` | Path type for the ingress. | `Prefix` | | `integration.identifier` | Identifier for the integration. | `""` | | `integration.version` | Version of the integration. | `""` | -| `integration.type` | Type of the integration. i.e (`pager-duty`) | `""` | +| `integration.type` | Type of the integration. i.e (`pagerduty`) | `""` | | `integration.config` | Configuration for the integration. | `{}` | | `integration.secrets` | Secrets for the integration (irrelevant if secret.create=false). | `{}` | | `selfSignedCertificate` | Self Signed certificate for the integration | `{}` |