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

refactor(helm chart): template to produce identical environment variables for both server & objects pods #2304

Merged
merged 3 commits into from
May 30, 2024

Conversation

iainsproat
Copy link
Contributor

@iainsproat iainsproat commented May 30, 2024

Description & motivation

All of the environment variables between the objects and server pods were duplicated. This refactor uses DRY principle, and generates the environment variables in a shared template. It then applies the same to both server and objects pods.

Changes:

To-do before merge:

Screenshots:

Validation of changes:

Checklist:

  • My pull request follows the guidelines in the Contributing guide?
  • My pull request does not duplicate any other open Pull Requests for the same update/change?
  • My commits are related to the pull request and do not amend unrelated code or documentation.
  • My code follows a similar style to existing code.
  • I have added appropriate tests.
  • I have updated or added relevant documentation.

References

…jects pods

- use a template to configure the same set of environment variables for both server & objects pods
@iainsproat iainsproat changed the title refactor(helm chart): share environment variables between server & objects refactor(helm chart): template to produce idential environment variables for both server & objects pods May 30, 2024
@iainsproat iainsproat changed the title refactor(helm chart): template to produce idential environment variables for both server & objects pods refactor(helm chart): template to produce identical environment variables for both server & objects pods May 30, 2024
@iainsproat iainsproat marked this pull request as ready for review May 30, 2024 15:57
@gjedlicska gjedlicska merged commit 19cf4d5 into main May 30, 2024
23 of 24 checks passed
@gjedlicska gjedlicska deleted the iain/share-env-vars-server-objects branch May 30, 2024 15:59
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.

None yet

2 participants