-
Notifications
You must be signed in to change notification settings - Fork 75
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
refactor: Updating the configmap setup to take any ENV that is in the .Values.c… #1732
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Looks good, just one question.
don't worry about test: |
Before adding this to "ready for review" I am going to test the rollout from one type of configmap setup to the other. If there are steps needed for this conversion they'll be documented. |
@rustyShacklefurd looks like issues with unmarshalling the configmap https://github.com/hashgraph/hedera-json-rpc-relay/actions/runs/6150701624/job/16689227051?pr=1732 |
…onfig for the corresponding chart of relay or relay-websockets Signed-off-by: Matt Halder <[email protected]>
3175e4b
to
7cd14b2
Compare
…mically. fix unmarshalling issue with previous approach Signed-off-by: Alfredo Gutierrez <[email protected]>
…mically. fix unmarshalling issue with previous approach Signed-off-by: Alfredo Gutierrez <[email protected]>
Quality Gate passedIssues Measures |
Follow up Issue for further cleaning the env charts: |
@Nana-EC I was able to fix the issue of
|
…onfig for the corresponding chart of relay or relay-websockets
Description:
Moving the configmap for relay and relay-websockets charts to pull in any value that is being set. This will allow for expanding the confi variables deployed without needing to update the chart(s) each time to include the corresponding config update. Now any new variables that are added to
.Values.config
of each chart will be included in the updateRelated issue(s):
N/A
Notes for reviewer:
this is the contents of the configmap generated using the following deploy command:
Checklist