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

Fix resolving logLevel variable in casskop chart #159

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

mzylowski
Copy link
Contributor

@mzylowski mzylowski commented Oct 15, 2024

Q A
Bug fix? [x]
New feature? []
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

What's in this PR?

PR fixes the problem with passing value from values.yaml instead of pushing direct string .Values.logLevel to environment variable.

Why?

I just found an obvious issue with passing logLevel variable via values.yaml during the update of casskop to latest 2.2.6 release. See the screen:
Screenshot 2024-10-15 at 21 51 22
(This is a diff of the changes that I observe during pushing new chart to k8s)

Additional context

Checklist

  • Implementation tested
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)
  • Append changelog

To Do

  • If the PR is not complete but you want to discuss the approach, list what remains to be done here

@AKamyshnikova @cscetbon any chances to merge this change quickly so I'll be able to fix my cluster without patching the chart locally?

Signed-off-by: Michal Zylowski <michal.zylowski@dynatrace.com>
Copy link
Owner

@cscetbon cscetbon left a comment

Choose a reason for hiding this comment

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

Good catch, thanks for the contribution

@mzylowski
Copy link
Contributor Author

It looks like the tests failed or something that is out of the scope of my change?

@cscetbon cscetbon merged commit 9c3fb45 into cscetbon:master Oct 16, 2024
6 of 7 checks passed
@mzylowski mzylowski deleted the fix_log_level branch October 17, 2024 07:16
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