Skip to content

Commit

Permalink
toleration does not work on Rancher 2.10 app
Browse files Browse the repository at this point in the history
Resolves #5.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
  • Loading branch information
masap committed Feb 12, 2025
1 parent ba681b8 commit a656068
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export default {
this.value.metadata.generateName = 'review-bundle-';
}
if (!this.value.spec) {
this.value.spec = {};
this.value.spec.tolerations = [];
this.value.spec = { tolerations: [] };
}
return {
description: '',
Expand Down

0 comments on commit a656068

Please sign in to comment.