Brett Tofel

Results 55 comments of Brett Tofel

Couldn't someone, for dev testing, etc, still want to run just operator-controller? If the deploy/run targets lack the NS deploy they will fail since catalogd hasn't been installed. Is there...

Can you give a concrete example of "when concurrent reconciliation is allowed" including why it would be? It seems like we'd always want Helm's built-in support to ensure the same...

Can the ServiceAccount be patched to attach the cluster pull secret?

The user/admin would need to do this: ```bash kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "my-pull-secret"}]}' ``` and then the code would need to reference it, for example on Pod...

@trgeiger did you really want to tackle this one? otherwise I'm psyched to work on it. Might be able to split up the work too.

Cool, I'm adding to the Brief now

Have you thought about which libraries might be good choices for helping with the validating of Helm charts to ensure we can work with them? We need to rule out...

> @bentito are you going to rebase this? I'm waiting to see about Bryce's refactoring from last week

@per replying to your comment: > Would it be sufficient to do something like: >generate the desired copied csv from the parent csv Why annotations vs “just re-hash everything on...

Well there's a bit of doc here for `opm init`: https://olm.operatorframework.io/docs/reference/file-based-catalogs/ But I feel like we must have a bunch more somewhere? @grokspawn