-
Notifications
You must be signed in to change notification settings - Fork 303
Open
cdk8s-team/cdk8s-plus
#4691Labels
@component/cdk8s-plusIssue related to cdk8s-plusIssue related to cdk8s-pluseffort/small1 day tops1 day topsfeature-requestNew/Enhanced functionality wantedNew/Enhanced functionality wantedgood-first-issueGood for newcomersGood for newcomerspriority/p2Dependent on community feedback. PR's are welcome :)Dependent on community feedback. PR's are welcome :)
Description
Description of the feature or enhancement:
Add option to set revisionHistoryLimit
.spec.revisionHistoryLimit
Use Case:
Default value of 10 replicasets will be selected and one might want to change this.
Proposed Solution:
Adding this to deploymentProps
/**
* Number of desired replicasets history.
*
* @default 10
*/
readonly revisionHistoryLimit?: number;
Other:
N/A
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Metadata
Metadata
Assignees
Labels
@component/cdk8s-plusIssue related to cdk8s-plusIssue related to cdk8s-pluseffort/small1 day tops1 day topsfeature-requestNew/Enhanced functionality wantedNew/Enhanced functionality wantedgood-first-issueGood for newcomersGood for newcomerspriority/p2Dependent on community feedback. PR's are welcome :)Dependent on community feedback. PR's are welcome :)