File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
versioned_docs/version-v0.3.x/getting-started Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
207207 --create-namespace --namespace openchoreo-build-plane \\
208208 --timeout=10m \\
209209 --kube-context kind-openchoreo-bp \\
210- --set fluentBit.enabled=true ` }
210+ --set fluentBit.enabled=true \\
211+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
212+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
211213</CodeBlock >
212214
213215Wait for the build plane components to be ready:
@@ -302,7 +304,9 @@ helm upgrade build-plane oci://ghcr.io/openchoreo/helm-charts/openchoreo-build-p
302304 --set fluentBit.config.opensearch.host="openchoreo-op-control-plane" \\
303305 --set fluentBit.config.opensearch.port=30920 \\
304306 --kube-context kind-openchoreo-bp \\
305- --set fluentBit.enabled=true ` }
307+ --set fluentBit.enabled=true \\
308+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
309+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
306310</CodeBlock >
307311
308312<CodeBlock language = " bash" >
Original file line number Diff line number Diff line change @@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
207207 --create-namespace --namespace openchoreo-build-plane \\
208208 --timeout=10m \\
209209 --kube-context kind-openchoreo-bp \\
210- --set fluentBit.enabled=true ` }
210+ --set fluentBit.enabled=true \\
211+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
212+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
211213</CodeBlock >
212214
213215Wait for the build plane components to be ready:
@@ -302,7 +304,9 @@ helm upgrade build-plane oci://ghcr.io/openchoreo/helm-charts/openchoreo-build-p
302304 --set fluentBit.config.opensearch.host="openchoreo-op-control-plane" \\
303305 --set fluentBit.config.opensearch.port=30920 \\
304306 --kube-context kind-openchoreo-bp \\
305- --set fluentBit.enabled=true ` }
307+ --set fluentBit.enabled=true \\
308+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
309+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
306310</CodeBlock >
307311
308312<CodeBlock language = " bash" >
You can’t perform that action at this time.
0 commit comments