Skip to content

Commit

Permalink
Rename the property
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagpreet Singh Tamber committed Feb 8, 2023
1 parent 9efa53c commit cbb3e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"waitForReconciliation": true,
"reconciliationTimeout": "PT30M"
"reconciliationWaitDuration": "PT30M"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1234,8 +1234,8 @@
"type": "boolean",
"x-nullable": true
},
"reconciliationTimeout": {
"description": "Maximum time to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D",
"reconciliationWaitDuration": {
"description": "Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D",
"type": "string",
"x-nullable": true
},
Expand Down

0 comments on commit cbb3e1e

Please sign in to comment.