Brandon Squizzato
Brandon Squizzato
Many of the kuttl e2e tests are failing because of errors like this: ``` + "puptoo-processor" is invalid: spec.template.spec.containers[0].resources.requests: + Invalid value: "30m": must be less than or equal to...
Nevermind, you're attempting to do the right thing here. Perhaps the key needs to be totally absent instead of being set to '0' to avoid the error we are getting
The problem might be that there's a LimitRange set in the namespace
Don't think that is the problem either. Trying to debug it.
Ok, I think what needs to happen is the 'cpu' key needs to be absent instead of being set to '0': What I'd recommend doing is: * At [this point](https://github.com/RedHatInsights/clowder/pull/1344/files#diff-4cf0b90fba826deeff1fe02f04ab8a067d9ba5ad2975a3610ce9131cb024fe14L465)...
[Here](https://github.com/search?q=repo%3ARedHatInsights%2Fclowder%20gcr.io%2Fkubebuilder%2Fkube-rbac-proxy&type=code) where this image is referenced in our manifest templates