-
Notifications
You must be signed in to change notification settings - Fork 15
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: allow Helm templating for proxyPass value #726
fix: allow Helm templating for proxyPass value #726
Conversation
Closes #725 Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
fbe5ee9
to
009e94a
Compare
Coverage Report
File CoverageNo changed files found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Description:
This PR allows helm templating for
proxyPass
value so that end-user is able to deploy their chart with any custom release name without hardcoding theproxyPass
value in their values.yaml fileRelated issue(s):
Fixes #725
Notes for reviewer:
I have tested it in FST chart and a relevant fix is here: hashgraph/full-stack-testing#413
Checklist