Skip to content

Commit e9222ec

Browse files
committed
update discrepancy in the docs
Signed-off-by: Burak Sekili <[email protected]>
1 parent 256f3ac commit e9222ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: docs/getting-started.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@ helm repo update
9090
9191
helm install kcp-api-syncagent kcp/api-syncagent \
9292
--values values.yaml \
93-
--namespace kcp-system \
94-
--create-namespace
93+
--namespace k8c-system
9594
```
9695

97-
Two `kcp-api-syncagent` Pods should start in the `kcp-system` namespace. If they crash you will need to
96+
Two `kcp-api-syncagent` Pods should start in the `k8c-system` namespace. If they crash you will need to
9897
identify the reason from container logs. A possible issue is that the provided kubeconfig does not
9998
have permissions against the target kcp workspace.
10099

@@ -136,7 +135,7 @@ roleRef:
136135
subjects:
137136
- kind: ServiceAccount
138137
name: 'kcp-api-syncagent'
139-
namespace: kcp-system
138+
namespace: k8c-system
140139
```
141140

142141
**NB:** Even though the PublishedResources might only create/update Certificates in a single namespace,

0 commit comments

Comments
 (0)