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 fullname helm template helper #8

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

avorima
Copy link
Collaborator

@avorima avorima commented Jun 12, 2024

What does this fix or implement?

I copied the install instructions from the chart README for a test and noticed this warning:

W0612 20:33:14.929907  209502 warnings.go:70] metadata.name: this is used in Pod names and hostnames, which can result in surprising behavior; a DNS label is recommended: [must be no more than 63 characters]

Since the chart name is already very long adding any other name can easily exceed the limit for pod names and this can
easily be missed.

Having the name of all resources be the same as the helm chart should be fine, because you can only install one instance
anyways.

Checklist

  • PR title contains conventional commit markers (feat:, fix:, docs:, etc.)
  • Helm chart version bumped
  • Tests added or updated
  • Documentation updated
  • GitHub issue linked if any

@avorima avorima marked this pull request as ready for review June 12, 2024 18:55
@avorima avorima merged commit a139b06 into main Jun 12, 2024
3 checks passed
@avorima avorima deleted the remove-fullname branch June 12, 2024 19:14
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