Skip to content

Commit 37fdaa7

Browse files
mprahlopenshift-merge-bot[bot]
authored andcommitted
Sync the ConfigurationPolicy CRD
Signed-off-by: mprahl <[email protected]>
1 parent d89fa6d commit 37fdaa7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_configurationpolicies_crd.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,11 @@ spec:
193193
type: string
194194
recreateOption:
195195
description: |-
196-
RecreateOption describes whether to delete and recreate an object when an update is required. `IfRequired`
197-
will recreate the object when updating an immutable field. `Always` will always recreate the object if a mismatch
198-
is detected. `RecreateOption` has no effect when the `remediationAction` is `inform`. `IfRequired` has no effect
199-
on clusters without dry run update support. The default value is `None`.
196+
RecreateOption describes when to delete and recreate an object when an update is required. When you set the
197+
object to `IfRequired`, the policy recreates the object when updating an immutable field. When you set the
198+
parameter to `Always`, the policy recreates the object on any update. When you set the `remediationAction` to
199+
`inform`, the parameter value, `recreateOption`, has no effect on the object. The `IfRequired` value has no
200+
effect on clusters without dry-run update support. The default value is `None`.
200201
enum:
201202
- None
202203
- IfRequired
@@ -583,10 +584,11 @@ spec:
583584
recreateOption:
584585
default: None
585586
description: |-
586-
RecreateOption describes whether to delete and recreate an object when an update is required. `IfRequired`
587-
will recreate the object when updating an immutable field. `Always` will always recreate the object if a mismatch
588-
is detected. `RecreateOption` has no effect when the `remediationAction` is `inform`. `IfRequired` has no effect
589-
on clusters without dry run update support. The default value is `None`.
587+
RecreateOption describes when to delete and recreate an object when an update is required. When you set the
588+
object to `IfRequired`, the policy recreates the object when updating an immutable field. When you set the
589+
parameter to `Always`, the policy recreates the object on any update. When you set the `remediationAction` to
590+
`inform`, the parameter value, `recreateOption`, has no effect on the object. The `IfRequired` value has no
591+
effect on clusters without dry-run update support. The default value is `None`.
590592
enum:
591593
- None
592594
- IfRequired

0 commit comments

Comments
 (0)