Skip to content

Commit 8d0a59c

Browse files
committed
Add the same note to v1.18, v1.19 and v1.20
Signed-off-by: twobiers <[email protected]>
1 parent cf1c6d3 commit 8d0a59c

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

content/v1.18/concepts/connection-details.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,10 @@ the secret key names to create. Crossplane only adds the keys listed to the
534534
combined secret.
535535

536536
{{<hint "warning">}}
537-
You can't change the
538-
{{<hover label="xrd" line="4">}}connectionSecretKeys{{</hover>}} of an XRD.
539-
You must delete and
540-
recreate the XRD to change the
541-
{{<hover label="xrd" line="4">}}connectionSecretKeys{{</hover>}}.
537+
When changing the {{<hover label="xrd" line="4">}}connectionSecretKeys{{</hover>}} of an XRD the change isn't immediately reflected.
538+
You have two options to change the keys in the combined secret object.
539+
- Delete and recreate the XRD. This only makes sense if the XRD isn't used as it leads to the deletion of XRs.
540+
- Restart the XR reconciler, which can be done by restarting the Crossplane pod.
542541
{{</hint >}}
543542

544543
For example, an XRD may restrict the secrets to only the

content/v1.19/concepts/connection-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ combined secret.
537537
When changing the {{<hover label="xrd" line="4">}}connectionSecretKeys{{</hover>}} of an XRD the change isn't immediately reflected.
538538
You have two options to change the keys in the combined secret object.
539539
- Delete and recreate the XRD. This only makes sense if the XRD isn't used as it leads to the deletion of XRs.
540-
- Restart the XR reconciler effectively restarting the Crossplane pods.
540+
- Restart the XR reconciler, which can be done by restarting the Crossplane pod.
541541
{{</hint >}}
542542

543543
For example, an XRD may restrict the secrets to only the

content/v1.20/concepts/connection-details.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,10 @@ the secret key names to create. Crossplane only adds the keys listed to the
534534
combined secret.
535535

536536
{{<hint "warning">}}
537-
You can't change the
538-
{{<hover label="xrd" line="4">}}connectionSecretKeys{{</hover>}} of an XRD.
539-
You must delete and
540-
recreate the XRD to change the
541-
{{<hover label="xrd" line="4">}}connectionSecretKeys{{</hover>}}.
537+
When changing the {{<hover label="xrd" line="4">}}connectionSecretKeys{{</hover>}} of an XRD the change isn't immediately reflected.
538+
You have two options to change the keys in the combined secret object.
539+
- Delete and recreate the XRD. This only makes sense if the XRD isn't used as it leads to the deletion of XRs.
540+
- Restart the XR reconciler, which can be done by restarting the Crossplane pod.
542541
{{</hint >}}
543542

544543
For example, an XRD may restrict the secrets to only the

0 commit comments

Comments
 (0)