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: remove unused backstage.debug flag #159

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

tumido
Copy link
Member

@tumido tumido commented Dec 13, 2023

Description of the change

I've noticed we have a backstage.debug flag and it does nothing. It's never used in any of the templates.

Existing or Associated Issue(s)

Additional Information

Instead of inventing our own solution to a "debug" flag, I think we should just get rid of it and let people use the officially documented https://backstage.io/docs/local-dev/debugging/ env variables.

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the values.yaml and added to the README.md. The helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content.
  • JSON Schema generated.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
@tumido tumido requested a review from a team as a code owner December 13, 2023 16:50
@tumido tumido merged commit e122dc5 into backstage:main Jan 9, 2024
3 checks passed
@tumido tumido deleted the remove-debug branch January 9, 2024 13:54
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.

3 participants