Skip to content

Commit cf1c6d3

Browse files
twobiersjbw976
andcommitted
Add alternative options to update connectionSecretKeys
Co-authored-by: Jared Watts <[email protected]> Signed-off-by: twobiers <[email protected]>
1 parent f117b12 commit cf1c6d3

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

content/master/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: 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 effectively restarting the Crossplane pods.
542541
{{</hint >}}
543542

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

0 commit comments

Comments
 (0)