Skip to content

Commit 50a7715

Browse files
authored
Merge pull request #943 from twobiers/enhance-xrd-connectionsecretkeys-note
Add alternative options to update connectionSecretKeys
2 parents 2f69572 + 8d0a59c commit 50a7715

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
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.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: 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.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)