Skip to content

Commit

Permalink
Update pagerduty in README.md (#153)
Browse files Browse the repository at this point in the history
Fixed references to pagerduty as pager-duty.
  • Loading branch information
noaiz authored Dec 10, 2024
1 parent 9ade701 commit 52be380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/port-ocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ helm upgrade --install my-ocean-integration port-labs/port-ocean \
--set integration.config.<notSensitiveConfigKeyName>="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"
```
Expand Down Expand Up @@ -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 | `{}` |
Expand Down

0 comments on commit 52be380

Please sign in to comment.