Jayme Howard

Results 47 comments of Jayme Howard

I think it could potentially solve my case, yes! I actually didn't realize the CLI accepted the CRD, apparently I missed that in my reading of the readme last night....

I don't think I have the ability to fix this last one, as it's a timeout on your linting steps.

> BTW, Thanks a ton for the contribution heart Glad to do it. Getting this solved would be a huge win for me and my team, so I've got a...

Apologies, I may not have explained it as well as I had previously thought. When you're using anything that parses the YAML and outputs it again, with Kustomize being the...

@arschles Thank you for the feedback! Both addressed as requested. Hopefully that error message provides what you're looking for there.

Just following up on this. I know it's hard to get time around stuff like this especially during the holidays, but I want to make sure it doesn't get lost...

You're sure right, sorry about that. I saw what looked like a different failure and completely missed that my own changes were failing tests. I've written a fix that should...

@zroubalik Apologies, time got away from me and I just realized I left this hanging this whole time. I don't know if this would satisfy what you're wanting, but I...

I think `map[string]string` would still be viable to use internally, if the object from the CRD would accept either and it could be transformed at runtime to the necessary `string`...

After further thought, I think I have a rough idea on how this could be done. The `metadata` field specifies https://github.com/kedacore/keda/blob/7b9817325fd88f291af6a224899bd385cb86bb3c/config/crd/bases/keda.sh_scaledobjects.yaml#L268-L269 which could be changed to ``` additionalProperties: oneOf: -...