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

Added 'debug' flag in values #143

Merged
merged 2 commits into from
Dec 19, 2022
Merged

Added 'debug' flag in values #143

merged 2 commits into from
Dec 19, 2022

Conversation

OmAximani0
Copy link
Contributor

- Helps to set environment on debug mode
- Can fix #142
{{- if .Values.debug }}
value: 1
{{- else }}
value: 0
Copy link
Collaborator

Choose a reason for hiding this comment

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

AFAIK any non-empty value would enable debugging. So intead of 0 it should be empty string. Also I'd enclosse 1 into quotes to make it YAML string

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok @undera sir, I'll do the changes

@undera
Copy link
Collaborator

undera commented Dec 19, 2022

Nice and clean, just address my small comment, please

@undera
Copy link
Collaborator

undera commented Dec 19, 2022

Amazing, I'll take it from here.
Thanks for contributing!

@undera undera merged commit 1966446 into komodorio:main Dec 19, 2022
@OmAximani0
Copy link
Contributor Author

Thank you from

Amazing, I'll take it from here. Thanks for contributing!

Thank you too for guiding me, I just came here by watching @kunal-kushwaha video https://www.youtube.com/watch?v=hYeNz3M4wT4 for a swag and did a contribution 😎 , Life is unpredictable 😜

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.

Add value to enable debug logging inside cluster
2 participants