Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CPU Limits from default values. #268

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Remove CPU Limits from default values. #268

merged 1 commit into from
Nov 30, 2024

Conversation

Jaydee94
Copy link
Owner

No description provided.

@@ -42,7 +42,7 @@ The command removes all the Kubernetes components associated with the chart and
| `affinity` | Add affinity rules to the deployment. | `{}` |
| `nodeSelector` | Add a nodeSelector to the deployment. | `{}` |
| `displayName` | Optional display name for the kubeseal instance | `""` |
| `resources.limits.cpu` | Limits CPU | `100m` |
| `resources.limits.cpu` | Limits CPU | `""` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we are not setting the value at all, isn't it more a null value?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah i also thought about that but i think empty is also valid for this table 😄

@Jaydee94 Jaydee94 merged commit f1355eb into master Nov 30, 2024
11 checks passed
@Jaydee94 Jaydee94 deleted the helm-resources branch November 30, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants