sgref
sgref
## Question I wrote an operator that creates some k8s resources (deployment, service, ingress) and used `kopf.adopt` to automate deletion. However, the operator takes more than 30 seconds to start...
This PR contains the following changes: - fixed the list comprehension in _expand_path to not drop glob paths (foo/bar/*) - fixed _expand_path when called with a glob path and recursive=True...
### Motivation: Why do you think this is important? In our company, we run an specialized on-premise cluster and want to join it as an execution cluster to our Flyte...