-
Notifications
You must be signed in to change notification settings - Fork 690
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
[BUG] Helm redoc templates - flyte chart - not honoring redoc.enabled in values #4006
Comments
Thank you for opening your first issue here! 🛠 |
see also #2982 |
Hi @flixr! It seems like I've missed your previous PR, although it's not completely tackling my reported issue. Your PR is updating the service only (vs service + deployment), and it's for another Chart (flyte-deps vs flyte). |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
@eapolinario this is an easy fix, please see #5452 |
Describe the bug
When installing the
flyte
chart and settingredoc.enabled
tofalse
, theredoc
deployment and service is still installed.The problem is in the
charts/flyte/templates/redoc/deployment.yaml
andcharts/flyte/templates/redoc/deployment.yaml
. These need to be wrapped by a conditional on therdoc.enabled
value, like it is done with other templates (for example,templates/redis
).Expected behavior
No
redoc
deployment when installing theflyte
chart withredoc.enabled
set tofalse
.Additional context to reproduce
Above command should not output the
redoc
deployment and service.Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: