Skip to content

Conversation

dbendelman
Copy link

Original commit: https://github.com/JakobStadlhuber/hoppscotch-helm-charts/commit/2b8af595df8c4bff89adfb4fba3951ab9f0d1586

Updated the service template to use .Values.service.type directly instead of a ternary operation. This change ensures better flexibility and aligns with user-defined configurations, particularly for LoadBalancer settings.

Why?

Without this patch, the chart is not usable in a situation where the service must be of type ClusterIP and an ingress that's managed external to this chart exposes the service externally.

Updated the service template to use `.Values.service.type` directly instead of a ternary operation. This change ensures better flexibility and aligns with user-defined configurations, particularly for LoadBalancer settings.
@nahidhasan94 nahidhasan94 self-requested a review June 16, 2025 13:38
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