File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,10 @@ helm repo update
9090
9191helm 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
9897identify the reason from container logs. A possible issue is that the provided kubeconfig does not
9998have permissions against the target kcp workspace.
10099
@@ -136,7 +135,7 @@ roleRef:
136135subjects:
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,
You can’t perform that action at this time.
0 commit comments