Robert Van Voorhees
Robert Van Voorhees
Outputting multiple json objects doesn't seem to work anymore, getting the following error: ``` error: couldn't get version/kind; json parse error: invalid character '{' after top-level value ``` With: ```...
Different error, but still an error: ``` error: converting (v1.List) to (v1.Secret): ObjectMeta not present in src ``` ``` $

Some additional conversation on the topic: https://kubernetes.slack.com/archives/CH8KCCKA5/p1623341126453800 Some relevant improvements: * Instead of all the complexity of cron schedules, just have something that can fit into [ParseDuration](https://golang.org/pkg/time/#ParseDuration) * Since versioned...
This issue has come up again recently in discussion again around cert-manager Certificate rotation.
Bump. We've been putting this into our ytt templates to work around this, but would love to not need to do this: ``` #@ deploy = overlay.subset({"kind": "Deployment"}) #@ sts...

Update in this thread, looks like Eureka Client 1.6 will be compatible: https://github.com/Netflix/eureka/pull/821
I've updated the title to reflect what I actually need. If I remove the `_vmware.1` part from the versions then sorting can proceed: ``` vendir tools sort-semver -v "v1.19.12-tkg.1 v1.19.12-tkg.2...