mirror of https://github.com/crossplane/docs.git
Merge pull request #363 from jeanduplessis/fix_362
This commit is contained in:
commit
27b83f8bca
|
@ -652,7 +652,7 @@ apiVersion: test.com/v1alpha1
|
|||
kind: MyResource
|
||||
metadata:
|
||||
annotations:
|
||||
crossplane.io/paused: true
|
||||
crossplane.io/paused: "true"
|
||||
namespace: upbound-system
|
||||
name: my-resource
|
||||
spec:
|
||||
|
@ -671,7 +671,7 @@ the status `False`, and the reason `ReconcilePaused` is emitted
|
|||
on the resource.
|
||||
Please also note that annotations on a Composite Resource Claim are propagated
|
||||
to the associated Composite Resource but when the
|
||||
`crossplane.io/paused: true` annotation is added to a Claim, because
|
||||
`crossplane.io/paused: "true"` annotation is added to a Claim, because
|
||||
reconciliations on the Claim are now paused, this newly added annotation
|
||||
will not be propagated. However, whenever the annotation's value is set to a
|
||||
non-`true` value, reconciliations on the Claim will now resume, and thus the
|
||||
|
|
|
@ -394,7 +394,7 @@ apiVersion: test.com/v1alpha1
|
|||
kind: MyResource
|
||||
metadata:
|
||||
annotations:
|
||||
crossplane.io/paused: true
|
||||
crossplane.io/paused: "true"
|
||||
namespace: upbound-system
|
||||
name: my-resource
|
||||
spec:
|
||||
|
@ -413,7 +413,7 @@ the status `False`, and the reason `ReconcilePaused` is emitted
|
|||
on the resource.
|
||||
Please also note that annotations on a Composite Resource Claim are propagated
|
||||
to the associated Composite Resource but when the
|
||||
`crossplane.io/paused: true` annotation is added to a Claim, because
|
||||
`crossplane.io/paused: "true"` annotation is added to a Claim, because
|
||||
reconciliations on the Claim are now paused, this newly added annotation
|
||||
will not be propagated. However, whenever the annotation's value is set to a
|
||||
non-`true` value, reconciliations on the Claim will now resume, and thus the
|
||||
|
|
|
@ -653,7 +653,7 @@ apiVersion: test.com/v1alpha1
|
|||
kind: MyResource
|
||||
metadata:
|
||||
annotations:
|
||||
crossplane.io/paused: true
|
||||
crossplane.io/paused: "true"
|
||||
namespace: upbound-system
|
||||
name: my-resource
|
||||
spec:
|
||||
|
@ -672,7 +672,7 @@ the status `False`, and the reason `ReconcilePaused` is emitted
|
|||
on the resource.
|
||||
Please also note that annotations on a Composite Resource Claim are propagated
|
||||
to the associated Composite Resource but when the
|
||||
`crossplane.io/paused: true` annotation is added to a Claim, because
|
||||
`crossplane.io/paused: "true"` annotation is added to a Claim, because
|
||||
reconciliations on the Claim are now paused, this newly added annotation
|
||||
will not be propagated. However, whenever the annotation's value is set to a
|
||||
non-`true` value, reconciliations on the Claim will now resume, and thus the
|
||||
|
|
Loading…
Reference in New Issue