We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
There is currently no way to set custom resources values for the Wiz broker deployment, like it can be done for the Wiz sensor
https://github.com/wiz-sec/charts/blob/master/wiz-sensor/values.yaml#L267
The text was updated successfully, but these errors were encountered:
Update:
It can be done using the current code, as found here
https://github.com/wiz-sec/charts/blob/master/wiz-broker/templates/wiz-broker-deployment.yaml#L166
but it is not documented in the values.yaml file, and the deployment doesnt provide any default resources values
https://github.com/wiz-sec/charts/blob/master/wiz-broker/values.yaml
The deployment should include at least some default limits and requests
https://github.com/wiz-sec/charts/blob/master/wiz-broker/templates/wiz-broker-deployment.yaml
Sorry, something went wrong.
No branches or pull requests
Hello,
There is currently no way to set custom resources values for the Wiz broker deployment, like it can be done for the Wiz sensor
https://github.com/wiz-sec/charts/blob/master/wiz-sensor/values.yaml#L267
The text was updated successfully, but these errors were encountered: