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

Made helm format more intuitive for auto-instrumentation resources values. #80

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

musa-asad
Copy link
Collaborator

@musa-asad musa-asad commented Aug 12, 2024

Description of changes:
As per the latest changes to allow configurable resource requests and limits through command arguments, the formatting in values.yaml could be made more intuitive since they're values for containers, not images.

Testing:

  1. helm upgrade --install amazon-cloudwatch-observability helm-charts/charts/amazon-cloudwatch-observability --values helm-charts/charts/amazon-cloudwatch-observability/values.yaml --set clusterName=<cluster-name> --set region=us-west-2
Screenshot 2024-08-12 at 11 07 19 AM

Works the same.

  1. helm upgrade --install amazon-cloudwatch-observability helm-charts/charts/amazon-cloudwatch-observability --values helm-charts/charts/amazon-cloudwatch-observability/values.yaml --set clusterName=cloudwatchagent-operator --set region=us-west-2 --set manager.autoInstrumentationResources.java.limits.cpu=147m
Screenshot 2024-08-12 at 11 07 58 AM

Changes appropriately.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@musa-asad musa-asad merged commit 5ef8045 into main Aug 12, 2024
3 checks passed
@musa-asad musa-asad deleted the intuitive-resources branch August 12, 2024 20:05
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.

4 participants