Edmund Ochieng

Results 23 comments of Edmund Ochieng

Confirmed; the hash length is indeed forty characters long. However, the hash would be returned with a new line character at the end making it 41 characters. ``` ➜ ~...

Thank you for your pull request, noticed your commit is not signed. This will result in a failure in the checks, so consider signing your commit. In addition, this is...

@akgerber Could you see that your commit is properly signed. See the checks for more information

Hi Nile, I am not quite clear on what you are attempting to achieve. Would you please provide some context? Based on your current question, it seems you could either...

In the past, the `manager.Options` struct had a `Namespace` field which could be used to restrict the scope of the operator. However, this field was deprecated but the same effect...

Well, the most recent controller-runtime code show the `cache.Options` struct has changed further. As a result, the Namespaces field no longer exists has has been replaced by the `DefaultNamespaces` field....

Thank you for pointing that out. It was not clear in your initial post. If you would like to add a PR to update the documentation, that would be greatly...

OperatorCondition work has been shelved for post OLM v1.0.0

- [ ] Implement the OperatorConditions controller - [ ] Pull and apply the OperatorConditions CRD from `operator-framework/api` repo - [ ] Write tests for OperatorConditions controller - [ ]...