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

Helm chart doesn't allow users to provide own ratelimit/extauth server in 1.x #1892

Closed
kdorosh opened this issue Dec 11, 2019 · 10 comments · Fixed by #3978
Closed

Helm chart doesn't allow users to provide own ratelimit/extauth server in 1.x #1892

kdorosh opened this issue Dec 11, 2019 · 10 comments · Fixed by #3978
Labels
Area: Helm Type: Enhancement New feature or request

Comments

@kdorosh
Copy link
Contributor

kdorosh commented Dec 11, 2019

No description provided.

@kdorosh kdorosh added the Type: Bug Something isn't working label Dec 11, 2019
@kdorosh kdorosh self-assigned this Dec 11, 2019
@kdorosh kdorosh added Type: Enhancement New feature or request and removed Type: Bug Something isn't working labels Dec 11, 2019
@kdorosh kdorosh removed their assignment Dec 11, 2019
@kdorosh
Copy link
Contributor Author

kdorosh commented Dec 11, 2019

We never supported helm value overrides (despite what the ratelimit docs may have hinted).

Still would be a nice feature to have, but not pressing.

Users can still configure settings appropriately using kubectl edit

@EItanya EItanya added this to the 1.x Gloo Cleanup milestone Dec 12, 2019
@kdorosh
Copy link
Contributor Author

kdorosh commented Dec 13, 2019

We should also address this for extauth

@kdorosh kdorosh changed the title Helm chart doesn't allow users to provide own ratelimit server in 1.x Helm chart doesn't allow users to provide own ratelimit/extauth server in 1.x Dec 13, 2019
@rickducott
Copy link

Not a clear need here, going to close.

@mveitas
Copy link
Contributor

mveitas commented Nov 26, 2020

Is there a technical reason why this could not be added into the helm chart to avoid having to take the extra steps to perform some post processing via kubectl edit or post rendering with helm?

@eshepelyuk
Copy link

@kdorosh
Copy link
Contributor Author

kdorosh commented Nov 30, 2020

Will reopen and mark as help wanted

@eshepelyuk
Copy link

Thnx @kdorosh going to provide a PR for extauth support.
Do you have tests some tests for chart rendering ?

@kdorosh
Copy link
Contributor Author

kdorosh commented Nov 30, 2020

@eshepelyuk
Copy link

@kdorosh thanks, could you please provide a brief instruction how could I run only those tests, related to helm rendering ?
I have absolutely experience with golang and to figure out it myself it could take days, while the fix itsself is really simple.

@kdorosh
Copy link
Contributor Author

kdorosh commented Nov 30, 2020

@eshepelyuk you should be able to run the tests using ginkgo -r -failFast -trace -compilers=2 install/test.

Tests can go in install/test/helm_test.go . These tests import the helm2 and helm3 libraries, and ensure the tests pass with both versions of helm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Helm Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants