mirror of https://github.com/crossplane/docs.git
fix(deletionPolicy): fix correct capital (#496)
Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
This commit is contained in:
parent
575de134f1
commit
a328fbf179
|
@ -54,8 +54,8 @@ deletes the external resource as well. If the `deletionPolicy` is `orphan` the
|
|||
Provider deletes the managed resource but doesn't delete the external resource.
|
||||
|
||||
#### Options
|
||||
* `deletionPolicy: delete` - **Default** - Delete the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: orphan` - Leave the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: Delete` - **Default** - Delete the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource.
|
||||
|
||||
<!-- vale off -->
|
||||
### forProvider
|
||||
|
|
|
@ -54,8 +54,8 @@ deletes the external resource as well. If the `deletionPolicy` is `orphan` the
|
|||
Provider deletes the managed resource but doesn't delete the external resource.
|
||||
|
||||
#### Options
|
||||
* `deletionPolicy: delete` - **Default** - Delete the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: orphan` - Leave the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: Delete` - **Default** - Delete the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource.
|
||||
|
||||
<!-- vale off -->
|
||||
### forProvider
|
||||
|
|
|
@ -54,8 +54,8 @@ deletes the external resource as well. If the `deletionPolicy` is `orphan` the
|
|||
Provider deletes the managed resource but doesn't delete the external resource.
|
||||
|
||||
#### Options
|
||||
* `deletionPolicy: delete` - **Default** - Delete the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: orphan` - Leave the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: Delete` - **Default** - Delete the external resource when deleting the managed resource.
|
||||
* `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource.
|
||||
|
||||
<!-- vale off -->
|
||||
### forProvider
|
||||
|
|
Loading…
Reference in New Issue