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

Enable Eduhelx deployment with two HeLx instances in one namespace #106

Merged
merged 21 commits into from
May 20, 2024

Conversation

Hoid
Copy link
Contributor

@Hoid Hoid commented Apr 24, 2024

Note: I didn't change the LICENSE file myself, I think that's being done by a Github Action because I tried to restore it and it went back to being changed.

  • Set the postgresql db host to be ("appstore.fullname") + "postgresql" instead of .Release.Name + .Values.db.host. This in effect allows us to set the appstore.fullname in the values file to just be whatever we want or defeault to "appstore", and not have to worry about the release name changing the db host.
  • Delete some secrets that were being created but not used by anything
  • Put some secrets that are being used behind feature flags in the values file, defaulted to on. This allows us to turn these secret deployments off for things like Eduhelx, when doing a double deployment of appstore would have a collision of these secrets with the same name (the reason we can't just change the name is that tycho expects them to be of the name "-env", which is inane but that's where we're at).

@Hoid Hoid merged commit dfefb16 into develop May 20, 2024
@Hoid Hoid deleted the for-eduhelx-chart branch May 20, 2024 14:56
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.

3 participants