Skip to content

Conversation

@mfvitale
Copy link
Member

@mfvitale mfvitale commented Jan 7, 2026

This PR is based on the work originally proposed in #172.
The original PR was closed and the fork later removed, so this reworks and extends that contribution.

closes: debezium/dbz#36

…main.url` and use `ingress.tls.enabled` to choose the url schema.

Signed-off-by: Fiore Mario Vitale <[email protected]>
Co-authored-by: Chris Bowles <[email protected]>
Signed-off-by: Fiore Mario Vitale <[email protected]>
Get the domain URL, with backward compatibility to deprecated .Values.domain.url.
*/}}
{{- define "debezium-platform.domainUrl" -}}
"{{ include "debezium-platform.domainScheme" . }}://{{ include "debezium-platform.domainName" . }}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it OK to use it here when debezium-platform.domainName is defined after this one?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes.

Helm templates are processed in two phases:

  • Parse phase: All template definitions are collected and registered, regardless of their order in the file

  • Execution phase: Templates are actually invoked and rendered

@mfvitale mfvitale requested a review from jpechane January 9, 2026 14:24
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.

debezium-platform helm chart - Ability to use HTTPS URLs

2 participants