Skip to content

Commit 60a7c43

Browse files
authored
docs: fix the platform service configuration (#19)
1 parent a7b974a commit 60a7c43

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,17 @@ spec:
5858
5959
## 📖 Usage
6060
61-
### Configure a `ProviderConfig`
61+
### Configure a `GatewayServiceConfig`
6262

63-
A `ProviderConfig` is an API where you can configure the platform-service-gateway.
64-
The `ProviderConfig` is stored in the Platform cluster and therefore in the responsibility realm of the platform owner.
63+
A `GatewayServiceConfig` is an API where you can configure the platform-service-gateway.
64+
The `GatewayServiceConfig` is stored in the Platform cluster and therefore in the responsibility realm of the platform owner.
6565

6666
```yaml
67+
6768
apiVersion: gateway.openmcp.cloud/v1alpha1
68-
kind: ProviderConfig
69+
kind: GatewayServiceConfig
6970
metadata:
70-
name: default
71+
name: gateway # needs to match `PlatformService.metadata.name`
7172
spec:
7273
envoyGateway:
7374
images:

0 commit comments

Comments
 (0)