Results 11 comments of ds

Alternatively, a way to ignore externally added labels/annotations would be acceptable? As long as the TektonConfig CR can control the labels/annotations that it cares about, can it just ignore any...

You know, I realize now I have kubectl aliased to kubecolor. That would do it. I still feel ice having colors could be very cool, but the yellow is definitely...

Looks like #6 and the corresponding PR #117 just hard enforces it, just not sure that's actually something that needs to be enforced?

The context is for something like the Vault provider. Vault has a method to allow read/write on the Vault secret objects. So through the Kubernetes Service Accounts, it has the...

Related, and solves our issue specifically, as we've moved to ESO over CSI mounts: https://github.com/external-secrets/external-secrets/pull/1338 Similar ideology though.

@sm43 Still working on this btw? We've personally migrated to the non-operator for Tekton until this is resolved. Also relevant to have this feature so we can label and/or annotate...

I was trying to avoid multiple patches, I think having both the strategic merge and a json patch makes the whole thing a bit harder to read. I think doing...

Yeah, and strategic merge doesn't really have a capacity to understand list ordering. Nor does the OpenAPI spec handle the idea of appending or prepending for list merges. I see...

I like your coloring a lot. Kubecolor adds some colors to the columns which is literally for looking nice, but also some level of accessibility. It's nice to have different...

Also, Icon was already in the ComfyConfig (and config parser), it just wasn't being passed via the requests post body.