File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ following ruleset:
120120Once 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
127127identify the reason from container logs. A possible issue is that the provided kubeconfig does not
128128have permissions against the target kcp workspace.
129129
You can’t perform that action at this time.
0 commit comments