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: allow Helm templating for proxyPass value #726

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

leninmehedy
Copy link
Member

@leninmehedy leninmehedy commented Oct 16, 2023

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 the proxyPass value in their values.yaml file

Related 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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@leninmehedy leninmehedy linked an issue Oct 16, 2023 that may be closed by this pull request
Closes #725

Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
@leninmehedy leninmehedy force-pushed the 725-allow-helm-templating-for-proxypass-value branch from fbe5ee9 to 009e94a Compare October 16, 2023 04:16
@github-actions
Copy link

github-actions bot commented Oct 16, 2023

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 89.57% 31063 / 34680
🔵 Statements 89.57% 31063 / 34680
🔵 Functions 70.31% 772 / 1098
🔵 Branches 84.12% 3559 / 4231
File CoverageNo changed files found.
Generated in workflow #530

@leninmehedy leninmehedy changed the title fix: allow Helm templating for proxyPass value fix: allow Helm templating for proxy_pass value Oct 16, 2023
@leninmehedy leninmehedy changed the title fix: allow Helm templating for proxy_pass value fix: allow Helm templating for proxyPass value Oct 16, 2023
steven-sheehy
steven-sheehy previously approved these changes Oct 16, 2023
Copy link
Member

@steven-sheehy steven-sheehy left a comment

Choose a reason for hiding this comment

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

LGTM

chart/values.yaml Outdated Show resolved Hide resolved
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
@sonarcloud
Copy link

sonarcloud bot commented Oct 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning 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.
Read more here

@leninmehedy leninmehedy merged commit 7ba2721 into main Oct 17, 2023
8 checks passed
@leninmehedy leninmehedy deleted the 725-allow-helm-templating-for-proxypass-value branch October 17, 2023 14:28
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.

Allow Helm templating for proxyPass value
2 participants