-
Notifications
You must be signed in to change notification settings - Fork 86
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
Is there some way to make resource settings configurable within the provider? #122
Comments
Since I only needed to adjust memory I did a hacky workaround to get through this issue:
|
Based on fluxcd/source-controller#303 we decided to leave memory unbounded for the source-controller. This was achieved doing a hacky
|
I used kustomize PatchesStrategicMerge to override the fields I wanted changed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When flux is bootstrapped into our cluster we end up with OOM kills of the source controller pods. I see no way to adjust these settings dynamically when the provider is used.
The text was updated successfully, but these errors were encountered: