diff --git a/content/v2.0-preview/cli/command-reference.md b/content/v2.0-preview/cli/command-reference.md index 95303420..86caaea5 100644 --- a/content/v2.0-preview/cli/command-reference.md +++ b/content/v2.0-preview/cli/command-reference.md @@ -514,9 +514,8 @@ As Crossplane evolves, its APIs and resources may change. To help with the migration to the new APIs and resources, the `crossplane beta convert` command converts a Crossplane resource to a new version or kind. -Use the `crossplane beta convert` command to convert an existing -[ControllerConfig]({{}}) -to a [DeploymentRuntimeConfig]({{}}) +Use the `crossplane beta convert` command to convert a +ControllerConfig to a [DeploymentRuntimeConfig]({{}}) or a legacy Composition using `mode: Resources` to a [Composition pipeline function]({{< ref "../concepts/compositions" >}}). diff --git a/content/v2.0-preview/concepts/composite-resources.md b/content/v2.0-preview/concepts/composite-resources.md index 4711709e..fd861a80 100644 --- a/content/v2.0-preview/concepts/composite-resources.md +++ b/content/v2.0-preview/concepts/composite-resources.md @@ -317,33 +317,6 @@ spec: # Removed for brevity ``` -Composite resources can write connection secrets to an -[external secret store]({{}}), -like HashiCorp Vault. - -{{}} -External secret stores are an alpha feature. Alpha features aren't enabled by -default. -{{< /hint >}} - -Use the {{}}publishConnectionDetailsTo{{}} field to save connection -secrets to an external secrets store. - -```yaml {label="publishsecret",copy-lines="none"} -apiVersion: example.org/v1alpha1 -kind: xMyDatabase -metadata: - name: my-composite-resource -spec: - publishConnectionDetailsTo: - name: my-external-secret-store - # Removed for brevity -``` - -Read the [External Secrets Store]({{}}) documentation for more information on using -external secret stores. - For more information on connection secrets read the [Connection Secrets knowledge base article]({{}}). ### Pausing composite resources