Jose Truyol
Jose Truyol
Is there a way to include the Lua module in this package? I'm using it with njs and lua development. It is great so far with njs, but we really...
When this modifier is used, redis-oplog throws an exception: ```js const modifer = { $addToSet: undefined }; Collection.update(selector, modifier); ``` Exception: ``` Exception in setInterval callback: TypeError: Cannot convert undefined...
## Why? Sometimes we have a logic like this: ```js let $set; if(someCondition) { $set = { field: 'value', }; } Collection.update(selector, { $set }); ``` The Mongo driver can...
### Description When I deploy a helm chart using a JSON as a value, helm tries to parse the JSON as a template string and fails with something like `...
### Describe the issue The operator is constantly killed because of OOM issues. I upgraded the chart release increasing the memory limit to 100Mi. So far it's working ### To...
### What is the issue? The policy controller fails when it tries to watch some k8s resources (I think all of them). There is not a single package dropped according...