Skip to content

Commit 6497c41

Browse files
committed
fix release name in example
On-behalf-of: @SAP [email protected]
1 parent 6dceab0 commit 6497c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ following ruleset:
120120
Once this `values.yaml` file is prepared, install a recent development build of the Sync Agent:
121121

122122
```sh
123-
helm install kcp-sync-agent oci://github.com/kcp-dev/helm-charts/api-syncagent --version 9.9.9-9fc9a430d95f95f4b2210f91ef67b3ec153b5cab -f values.yaml -n kcp-system
123+
helm install kcp-api-syncagent oci://github.com/kcp-dev/helm-charts/api-syncagent --version 9.9.9-9fc9a430d95f95f4b2210f91ef67b3ec153b5cab -f values.yaml -n kcp-system
124124
```
125125

126-
Two `kcp-sync-agent` Pods should start in the `kcp-system` namespace. If they crash you will need to
126+
Two `kcp-api-syncagent` Pods should start in the `kcp-system` namespace. If they crash you will need to
127127
identify the reason from container logs. A possible issue is that the provided kubeconfig does not
128128
have permissions against the target kcp workspace.
129129

0 commit comments

Comments
 (0)