From 1d43613d2299c1b31220799ce4e84cb5316886e1 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Wed, 14 Sep 2022 00:27:35 +0000 Subject: [PATCH 01/15] docs snapshot for crossplane version `v1.8` --- docs/v1.8/getting-started/create-configuration.md | 8 ++++---- docs/v1.8/getting-started/install-configure.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/v1.8/getting-started/create-configuration.md b/docs/v1.8/getting-started/create-configuration.md index 4bde7701..cefc4551 100644 --- a/docs/v1.8/getting-started/create-configuration.md +++ b/docs/v1.8/getting-started/create-configuration.md @@ -591,7 +591,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.8.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.8.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -631,7 +631,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.8.1 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.8.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -670,7 +670,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.8.1 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.8.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -709,7 +709,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.8.1 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.8.2 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.8/getting-started/install-configure.md b/docs/v1.8/getting-started/install-configure.md index 227f1c99..d8eef2de 100644 --- a/docs/v1.8/getting-started/install-configure.md +++ b/docs/v1.8/getting-started/install-configure.md @@ -243,7 +243,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started! > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.8.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.8.2 ``` Wait until all packages become healthy: @@ -300,7 +300,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.8.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.8.2 ``` Wait until all packages become healthy: @@ -357,7 +357,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.8.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.8.2 ``` Wait until all packages become healthy: @@ -430,7 +430,7 @@ spec: > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.8.1 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.8.2 ``` Wait until all packages become healthy: From 774ac30181e5c7d84f2118c70f86ae39eb897623 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Wed, 14 Sep 2022 00:31:57 +0000 Subject: [PATCH 02/15] docs snapshot for crossplane version `v1.7` --- docs/v1.7/getting-started/create-configuration.md | 8 ++++---- docs/v1.7/getting-started/install-configure.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/v1.7/getting-started/create-configuration.md b/docs/v1.7/getting-started/create-configuration.md index a8cfbcc7..a2878f56 100644 --- a/docs/v1.7/getting-started/create-configuration.md +++ b/docs/v1.7/getting-started/create-configuration.md @@ -591,7 +591,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.7.2 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.7.3 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -631,7 +631,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.7.2 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.7.3 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -670,7 +670,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.7.2 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.7.3 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -709,7 +709,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.7.2 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.7.3 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.7/getting-started/install-configure.md b/docs/v1.7/getting-started/install-configure.md index 0164e2c3..daf477df 100644 --- a/docs/v1.7/getting-started/install-configure.md +++ b/docs/v1.7/getting-started/install-configure.md @@ -243,7 +243,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started! > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.7.2 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.7.3 ``` Wait until all packages become healthy: @@ -300,7 +300,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.7.2 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.7.3 ``` Wait until all packages become healthy: @@ -357,7 +357,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.7.2 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.7.3 ``` Wait until all packages become healthy: @@ -430,7 +430,7 @@ spec: > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.7.2 +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.7.3 ``` Wait until all packages become healthy: From c5e1509d0c027aecdb3fafab2dffaef7175b3892 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Wed, 14 Sep 2022 05:54:54 +0000 Subject: [PATCH 03/15] docs snapshot for crossplane version `v1.9` --- docs/v1.9/getting-started/create-configuration.md | 8 ++++---- docs/v1.9/getting-started/install-configure.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/v1.9/getting-started/create-configuration.md b/docs/v1.9/getting-started/create-configuration.md index a817c94b..26b09581 100644 --- a/docs/v1.9/getting-started/create-configuration.md +++ b/docs/v1.9/getting-started/create-configuration.md @@ -591,7 +591,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.9.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.9.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -631,7 +631,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.9.0 +kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.9.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -670,7 +670,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.9.0 +kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.9.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -709,7 +709,7 @@ you may specify a specific package by using the `-f` flag. ```console # Set this to the Docker Hub username or OCI registry you wish to use. REG=my-package-repo -kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.9.0 +kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.9.1 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.9/getting-started/install-configure.md b/docs/v1.9/getting-started/install-configure.md index 504526f3..af49e7b7 100644 --- a/docs/v1.9/getting-started/install-configure.md +++ b/docs/v1.9/getting-started/install-configure.md @@ -243,7 +243,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started! > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.9.1 ``` Wait until all packages become healthy: @@ -300,7 +300,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.9.1 ``` Wait until all packages become healthy: @@ -357,7 +357,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.9.1 ``` Wait until all packages become healthy: @@ -430,7 +430,7 @@ spec: > section. ```console -kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:latest +kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.9.1 ``` Wait until all packages become healthy: From 4fc72ab70b96a660fbc3202c53439ef1f6339deb Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 16 Sep 2022 10:59:13 +0000 Subject: [PATCH 04/15] docs snapshot for crossplane version `v1.7` --- docs/v1.7/reference/composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1.7/reference/composition.md b/docs/v1.7/reference/composition.md index 951570bd..fcb42ac5 100644 --- a/docs/v1.7/reference/composition.md +++ b/docs/v1.7/reference/composition.md @@ -605,9 +605,9 @@ composed resource. ```yaml # Always sets the XR's 'user' connection detail to 'admin'. -- type: FromFieldPath +- type: FromValue name: user - fromValue: admin + value: admin ``` ### Readiness Checks From cf74a15ce829eb592de2b83d019794c5fba35233 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 16 Sep 2022 11:00:11 +0000 Subject: [PATCH 05/15] docs snapshot for crossplane version `v1.8` --- docs/v1.8/reference/composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1.8/reference/composition.md b/docs/v1.8/reference/composition.md index d7e32cd1..8b8afedb 100644 --- a/docs/v1.8/reference/composition.md +++ b/docs/v1.8/reference/composition.md @@ -619,9 +619,9 @@ composed resource. ```yaml # Always sets the XR's 'user' connection detail to 'admin'. -- type: FromFieldPath +- type: FromValue name: user - fromValue: admin + value: admin ``` ### Readiness Checks From a32ab466ced3a03abe1d28ffee3c0a42cb44d59b Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 16 Sep 2022 11:01:24 +0000 Subject: [PATCH 06/15] docs snapshot for crossplane version `v1.9` --- docs/v1.9/reference/composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1.9/reference/composition.md b/docs/v1.9/reference/composition.md index e3a352a2..c3e988b5 100644 --- a/docs/v1.9/reference/composition.md +++ b/docs/v1.9/reference/composition.md @@ -657,9 +657,9 @@ composed resource. ```yaml # Always sets the XR's 'user' connection detail to 'admin'. -- type: FromFieldPath +- type: FromValue name: user - fromValue: admin + value: admin ``` ### Readiness Checks From 4e30a801b8a2e8ae896aa8aa98cad19a96acebb9 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 16 Sep 2022 11:04:24 +0000 Subject: [PATCH 07/15] docs snapshot for crossplane version `master` --- docs/master/reference/composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/master/reference/composition.md b/docs/master/reference/composition.md index e3a352a2..c3e988b5 100644 --- a/docs/master/reference/composition.md +++ b/docs/master/reference/composition.md @@ -657,9 +657,9 @@ composed resource. ```yaml # Always sets the XR's 'user' connection detail to 'admin'. -- type: FromFieldPath +- type: FromValue name: user - fromValue: admin + value: admin ``` ### Readiness Checks From 245ae5c56b3dd6fb78756a7dd0bc88dff6f3f230 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 27 Sep 2022 23:41:36 +0000 Subject: [PATCH 08/15] docs snapshot for crossplane version `master` --- docs/master/guides/vault-as-secret-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/master/guides/vault-as-secret-store.md b/docs/master/guides/vault-as-secret-store.md index bc5a0749..cd53a715 100644 --- a/docs/master/guides/vault-as-secret-store.md +++ b/docs/master/guides/vault-as-secret-store.md @@ -220,7 +220,7 @@ spec: Resources: ```shell -echo "apiVersion: gcp.crossplane.io/v1alpha1 +echo "apiVersion: gcp.secrets.crossplane.io/v1alpha1 kind: StoreConfig metadata: name: vault From d39403b4f41e1541f8cb57184948a045f87bcd83 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 4 Oct 2022 02:18:53 +0000 Subject: [PATCH 09/15] docs snapshot for crossplane version `master` --- docs/master/reference/xpkg.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/master/reference/xpkg.md b/docs/master/reference/xpkg.md index e78f035f..6289b90a 100644 --- a/docs/master/reference/xpkg.md +++ b/docs/master/reference/xpkg.md @@ -186,7 +186,7 @@ annotations by third-party consumers of Crossplane packages: - `meta.crossplane.io/source`: The URL at which the package's source can be found. - `meta.crossplane.io/license`: The license under which the package's source is - released. + released. This should be a valid [SPDX License Identifier]. - `meta.crossplane.io/description`: A one sentence description of the package. - `meta.crossplane.io/readme`: A longer description, documentation, etc. @@ -212,3 +212,4 @@ unmodified. [index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md [annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md [applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets +[SPDX License Identifier]: https://spdx.org/licenses/ From 4480f99c678aac6220d6d65ccd96050e10b6bd73 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 4 Oct 2022 02:20:10 +0000 Subject: [PATCH 10/15] docs snapshot for crossplane version `v1.8` --- docs/v1.8/reference/xpkg.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/v1.8/reference/xpkg.md b/docs/v1.8/reference/xpkg.md index e78f035f..6289b90a 100644 --- a/docs/v1.8/reference/xpkg.md +++ b/docs/v1.8/reference/xpkg.md @@ -186,7 +186,7 @@ annotations by third-party consumers of Crossplane packages: - `meta.crossplane.io/source`: The URL at which the package's source can be found. - `meta.crossplane.io/license`: The license under which the package's source is - released. + released. This should be a valid [SPDX License Identifier]. - `meta.crossplane.io/description`: A one sentence description of the package. - `meta.crossplane.io/readme`: A longer description, documentation, etc. @@ -212,3 +212,4 @@ unmodified. [index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md [annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md [applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets +[SPDX License Identifier]: https://spdx.org/licenses/ From 8f6fceeaa134cec731f9b9057c4796b5e506d53f Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 4 Oct 2022 02:21:04 +0000 Subject: [PATCH 11/15] docs snapshot for crossplane version `v1.9` --- docs/v1.9/reference/xpkg.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/v1.9/reference/xpkg.md b/docs/v1.9/reference/xpkg.md index e78f035f..6289b90a 100644 --- a/docs/v1.9/reference/xpkg.md +++ b/docs/v1.9/reference/xpkg.md @@ -186,7 +186,7 @@ annotations by third-party consumers of Crossplane packages: - `meta.crossplane.io/source`: The URL at which the package's source can be found. - `meta.crossplane.io/license`: The license under which the package's source is - released. + released. This should be a valid [SPDX License Identifier]. - `meta.crossplane.io/description`: A one sentence description of the package. - `meta.crossplane.io/readme`: A longer description, documentation, etc. @@ -212,3 +212,4 @@ unmodified. [index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md [annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md [applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets +[SPDX License Identifier]: https://spdx.org/licenses/ From 9cf0f622d3e118c3aac054c3007a56205062af48 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 4 Oct 2022 02:25:05 +0000 Subject: [PATCH 12/15] docs snapshot for crossplane version `v1.7` --- docs/v1.7/reference/xpkg.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/v1.7/reference/xpkg.md b/docs/v1.7/reference/xpkg.md index e78f035f..6289b90a 100644 --- a/docs/v1.7/reference/xpkg.md +++ b/docs/v1.7/reference/xpkg.md @@ -186,7 +186,7 @@ annotations by third-party consumers of Crossplane packages: - `meta.crossplane.io/source`: The URL at which the package's source can be found. - `meta.crossplane.io/license`: The license under which the package's source is - released. + released. This should be a valid [SPDX License Identifier]. - `meta.crossplane.io/description`: A one sentence description of the package. - `meta.crossplane.io/readme`: A longer description, documentation, etc. @@ -212,3 +212,4 @@ unmodified. [index]: https://github.com/opencontainers/image-spec/blob/main/image-index.md [annotation]: https://github.com/opencontainers/image-spec/blob/main/annotations.md [applying changesets]: https://github.com/opencontainers/image-spec/blob/main/layer.md#applying-changesets +[SPDX License Identifier]: https://spdx.org/licenses/ From 550386fd3e812980e8d6371a28b875ff7ae937fe Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 4 Oct 2022 12:38:31 +0000 Subject: [PATCH 13/15] docs snapshot for crossplane version `v1.7` --- docs/v1.7/reference/composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1.7/reference/composition.md b/docs/v1.7/reference/composition.md index fcb42ac5..9a5d5c6c 100644 --- a/docs/v1.7/reference/composition.md +++ b/docs/v1.7/reference/composition.md @@ -410,14 +410,14 @@ composed resource field. ```yaml # Patch from the XR's spec.parameters.location field and the -# metadata.annotations[crossplane.io/claim-name] annotation to the composed +# metadata.labels[crossplane.io/claim-name] label to the composed # resource's spec.forProvider.administratorLogin field. - type: CombineFromComposite combine: # The patch will only be applied when all variables have non-zero values. variables: - fromFieldPath: spec.parameters.location - - fromFieldPath: metadata.annotations[crossplane.io/claim-name] + - fromFieldPath: metadata.labels[crossplane.io/claim-name] strategy: string string: fmt: "%s-%s" From dcff5d0687212d7f1bf8615defe6d7cb742f77f0 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 4 Oct 2022 12:38:54 +0000 Subject: [PATCH 14/15] docs snapshot for crossplane version `v1.9` --- docs/v1.9/reference/composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1.9/reference/composition.md b/docs/v1.9/reference/composition.md index c3e988b5..ccdcafda 100644 --- a/docs/v1.9/reference/composition.md +++ b/docs/v1.9/reference/composition.md @@ -438,14 +438,14 @@ composed resource field. ```yaml # Patch from the XR's spec.parameters.location field and the -# metadata.annotations[crossplane.io/claim-name] annotation to the composed +# metadata.labels[crossplane.io/claim-name] label to the composed # resource's spec.forProvider.administratorLogin field. - type: CombineFromComposite combine: # The patch will only be applied when all variables have non-zero values. variables: - fromFieldPath: spec.parameters.location - - fromFieldPath: metadata.annotations[crossplane.io/claim-name] + - fromFieldPath: metadata.labels[crossplane.io/claim-name] strategy: string string: fmt: "%s-%s" From a07f9afdcfb26247d9382d9bb64b4925712cdf35 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 4 Oct 2022 12:48:52 +0000 Subject: [PATCH 15/15] docs snapshot for crossplane version `master` --- docs/master/reference/composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/master/reference/composition.md b/docs/master/reference/composition.md index c3e988b5..ccdcafda 100644 --- a/docs/master/reference/composition.md +++ b/docs/master/reference/composition.md @@ -438,14 +438,14 @@ composed resource field. ```yaml # Patch from the XR's spec.parameters.location field and the -# metadata.annotations[crossplane.io/claim-name] annotation to the composed +# metadata.labels[crossplane.io/claim-name] label to the composed # resource's spec.forProvider.administratorLogin field. - type: CombineFromComposite combine: # The patch will only be applied when all variables have non-zero values. variables: - fromFieldPath: spec.parameters.location - - fromFieldPath: metadata.annotations[crossplane.io/claim-name] + - fromFieldPath: metadata.labels[crossplane.io/claim-name] strategy: string string: fmt: "%s-%s"