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

add debugPort value for tilt improvements #163

Merged
merged 3 commits into from
Jan 15, 2024

Conversation

saweber
Copy link
Contributor

@saweber saweber commented Jan 2, 2024

This is a nice to have for tilt; adding this value removes the requirement of changing existing values.yaml files for tilt usage.

Using the existing extraPorts value is insufficent, because helm --set does not support appending a value to a array; it will only either override a specific index or the whole array (both have undesirable side effects).

Related PRs:
opencost/opencost-website#189
opencost/opencost#2428

@saweber saweber force-pushed the tilt-improvements branch from ef876b5 to 8e56355 Compare January 3, 2024 23:20
@saweber saweber marked this pull request as ready for review January 4, 2024 00:10
@@ -9,7 +9,7 @@ keywords:
- kubecost
- opencost
- monitoring
version: 1.28.0
version: 1.28.1
Copy link
Collaborator

Choose a reason for hiding this comment

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

If you could bump this to 1.28.2 I'll merge

Signed-off-by: Steven Weber <[email protected]>
@saweber saweber requested a review from mattray January 12, 2024 20:17
@mattray mattray merged commit c6eaa8f into opencost:main Jan 15, 2024
1 check passed
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