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

Improve helm chart #1144

Merged
merged 4 commits into from
May 27, 2024
Merged

Improve helm chart #1144

merged 4 commits into from
May 27, 2024

Conversation

wilfriedroset
Copy link
Contributor

This PR adds a bit of flexibility to facilitate the use of the chart by the community:

  • Allow to disable ingress
  • Allow to specify the tls block in the ingress
  • Allow to specify the ingress classname
  • Allow to pass extra env variable (via env or envFrom)

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
The chart relies on [external-secrets.io](https://external-secrets.io)
to pull the secrets. This might not be convenient for open source
community users. As such, let's complete the externalSecrets with `env`
and `envFrom` via respectively `.Values.extraEnv` and
`.Values.extraEnvFrom`.

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
@wilfriedroset
Copy link
Contributor Author

maybe @rtrompier could help on the review 🙏🏾

@rtrompier rtrompier requested a review from nsarrazin May 21, 2024 19:03
Copy link
Contributor

@rtrompier rtrompier left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

Copy link
Collaborator

@nsarrazin nsarrazin left a comment

Choose a reason for hiding this comment

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

If @rtrompier is happy with it then I think we can merge this 😁

@nsarrazin nsarrazin merged commit b47cd67 into huggingface:main May 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants