File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,10 @@ helm repo update
90
90
91
91
helm install kcp-api-syncagent kcp/api-syncagent \
92
92
--values values.yaml \
93
- --namespace kcp-system \
94
- --create-namespace
93
+ --namespace k8c-system
95
94
` ` `
96
95
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
98
97
identify the reason from container logs. A possible issue is that the provided kubeconfig does not
99
98
have permissions against the target kcp workspace.
100
99
@@ -136,7 +135,7 @@ roleRef:
136
135
subjects:
137
136
- kind: ServiceAccount
138
137
name: 'kcp-api-syncagent'
139
- namespace: kcp -system
138
+ namespace: k8c -system
140
139
` ` `
141
140
142
141
**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