WPB-27060 Add optional field supportEmail to deeplink.json#5351
Merged
battermann merged 3 commits intoJul 21, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the nginz-generated deeplink.json configuration with a new optional top-level supportEmail field, and updates the documentation and Helm values examples accordingly.
Changes:
- Document the new optional
supportEmailfield in deeplink configuration docs (including examples). - Add commented-out
supportEmailexamples to the nginz Helm chartvalues.yaml. - Update the nginz Helm ConfigMap template to include
supportEmailin generateddeeplink.jsonwhen configured. - Add a changelog entry for the new field.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/src/understand/associate/deeplink.md | Documents supportEmail and shows it in example configs. |
| charts/nginz/values.yaml | Adds example supportEmail configuration in commented sample values. |
| charts/nginz/templates/configmap.yaml | Emits supportEmail into generated deeplink.json (default + multi-ingress). |
| changelog.d/6-federation/WPB-27060 | Announces new optional supportEmail field in deeplink.json. |
blackheaven
approved these changes
Jul 20, 2026
battermann
deleted the
WPB-27060-backend-add-one-field-for-support-email-in-deeplink-json-upstream
branch
July 21, 2026 10:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
changelog.d