Skip to content

Commit

Permalink
Added deletionPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
junaid18183 committed Dec 28, 2021
1 parent 5ecc269 commit 4bdd17a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ spec:
parameters:
type: object
properties:
deletionPolicy:
default: Orphan
description: DeletionPolicy specifies what will happen to the underlying
external when this managed resource is deleted - either "Delete"
or "Orphan" the external resource.
enum:
- Orphan
- Delete
type: string
flux_version:
description: The the flux version to install.
type: string
Expand Down

0 comments on commit 4bdd17a

Please sign in to comment.