docs: update platform-mesh-operator reference documentation#179
Conversation
|
53f4d75 to
81c3f85
Compare
mirzakopic
left a comment
There was a problem hiding this comment.
Thanks for the major feature here
| | `kcp` | kcp workspace topology: provider connections, extra workspaces, API bindings | | ||
| | `values` | Free-form JSON passed as Helm values to the `platform-mesh-operator-components` chart | | ||
| | `infraValues` | Free-form JSON passed as Helm values to the `platform-mesh-operator-infra-components` chart | | ||
| | `values` | Free-form JSON deep-merged with the profile's `components` section and passed as Helm values to each service | |
There was a problem hiding this comment.
Rephrased to just merged.
The deep-merge is recursive — keys present in both are combined per nested level, and any leaf value in spec.values wins over the profile."
| ## Set up and run | ||
|
|
||
| - [Set up Platform Mesh locally](./set-up-platform-mesh-locally.md) | ||
| - [Set up remote deployment](./set-up-remote-deployment.md) |
There was a problem hiding this comment.
The new how-to is added to the section landing page (how-to-guides/index.md) but not to this sidebar tree, so it won't appear in the left navigation.
There was a problem hiding this comment.
updated sidebar entry
| referencePath: | ||
| - name: core | ||
| kcp: | ||
| adminSecretRef: |
There was a problem hiding this comment.
I dont see adminSecretRef in the CRD, https://github.com/platform-mesh/platform-mesh-operator/blob/main/config/crd/core.platform-mesh.io_platformmeshes.yaml. Am I missing something here?
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
Title: docs: update platform-mesh-operator reference documentation
Body:
Summary
spec.profileConfigMap)spec.valuesprovides overrides, merged values are passed 1-to-1 to HelmRelease/ArgoCD Application per service--remote-runtime-kubeconfig,--remote-infra-kubeconfig, etc.)DEPLOYMENT_KUBECONFIGenv var, old Helm chart names)Test plan
refers to platform-mesh/helm-charts#1607