Skip to content

Commit

Permalink
fix: use new secretInjectionConfigs keyMappings field in resource docs
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Sztern <[email protected]>
  • Loading branch information
Chewie committed Dec 17, 2024
1 parent 45f5861 commit fa094ba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions resources-docs/disposablerequest_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ Here is an example `DisposableRequest` resource definition:
- secretRef:
name: response-secret
namespace: default
secretKey: extracted-data
responsePath: .body.reminder
- secretRef:
name: response-secret
namespace: default
secretKey: extracted-data-headers
responsePath: .headers.Try[0]
keyMappings:
- secretKey: extracted-data
responseJQ: .body.reminder
- secretKey: extracted-data-headers
responseJQ: .headers.Try[0]
```
- deletionPolicy: specifies what will happen to the underlying external when this managed resource is deleted. in this case it should be set to "Orphan" the external resource.
Expand Down

0 comments on commit fa094ba

Please sign in to comment.