Skip to content

Commit b84fd31

Browse files
committed
Drop references to external secret stores and controller configs
Both removed in Crossplane v2 Signed-off-by: Nic Cope <[email protected]>
1 parent 94b9621 commit b84fd31

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

content/v2.0-preview/cli/command-reference.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,8 @@ As Crossplane evolves, its APIs and resources may change. To help with the
514514
migration to the new APIs and resources, the `crossplane beta convert` command
515515
converts a Crossplane resource to a new version or kind.
516516

517-
Use the `crossplane beta convert` command to convert an existing
518-
[ControllerConfig]({{<ref "../concepts/providers#controller-configuration">}})
519-
to a [DeploymentRuntimeConfig]({{<ref "../concepts/providers#runtime-configuration">}})
517+
Use the `crossplane beta convert` command to convert a
518+
ControllerConfig to a [DeploymentRuntimeConfig]({{<ref "../concepts/providers#runtime-configuration">}})
520519
or a legacy Composition using `mode: Resources` to a
521520
[Composition pipeline function]({{< ref "../concepts/compositions" >}}).
522521

content/v2.0-preview/concepts/composite-resources.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -317,33 +317,6 @@ spec:
317317
# Removed for brevity
318318
```
319319

320-
Composite resources can write connection secrets to an
321-
[external secret store]({{<ref "../guides/vault-as-secret-store">}}),
322-
like HashiCorp Vault.
323-
324-
{{<hint "important" >}}
325-
External secret stores are an alpha feature. Alpha features aren't enabled by
326-
default.
327-
{{< /hint >}}
328-
329-
Use the {{<hover label="publishsecret"
330-
line="6">}}publishConnectionDetailsTo{{</hover>}} field to save connection
331-
secrets to an external secrets store.
332-
333-
```yaml {label="publishsecret",copy-lines="none"}
334-
apiVersion: example.org/v1alpha1
335-
kind: xMyDatabase
336-
metadata:
337-
name: my-composite-resource
338-
spec:
339-
publishConnectionDetailsTo:
340-
name: my-external-secret-store
341-
# Removed for brevity
342-
```
343-
344-
Read the [External Secrets Store]({{<ref "../guides/vault-as-secret-store">}}) documentation for more information on using
345-
external secret stores.
346-
347320
For more information on connection secrets read the [Connection Secrets knowledge base article]({{<ref "connection-details">}}).
348321

349322
### Pausing composite resources

0 commit comments

Comments
 (0)