Max Goltzsche
Max Goltzsche
@badaix First of all thanks for providing and maintaining this awesome piece of software! **Is your feature request related to a problem? Please describe.** When connecting a new snapclient, its...
Using shellspec 0.28.1 the [documented](https://github.com/shellspec/shellspec/blob/0.28.1/docs/references.md#match-pattern-matcher) `should match pattern` expression doesn't seem to support regular expressions. **Steps to reproduce:** When there's a test like this ``` It "should match pattern" When...
## Software versions * **OS**: linux * **Consumer Pact library**: Pact go v1.5.3 * **Provider Pact library**: Pact go v1.5.3 * **Golang Version**: 1.15 ## Expected behaviour The pact go...
The manager does not terminate properly but keeps hanging until it gets killed. Within the cluster this makes Deployment updates take more time and during local development one cannot simply...
Relates to https://github.com/rancher/local-path-provisioner/issues/179#issuecomment-1074531442
Support forceful termination using 2xCtrl+c. Relates to #179 Split from PR #166
* Make the helper Pod receive only environment variables instead of args (this changes the interface in a non-backward compatible way but is simpler to use and potentially provides more...
...because depending on the helper Pod a different timeout may be needed. My use case is [cache-provisioner](https://github.com/mgoltzsche/cache-provisioner) that requires the helper Pod to synchronize the volume contents with an image...
To support advanced helper pod use cases: * PersistentVolumeClaim annotations that are passed through as env vars to the helper pod should be globally configurable. Correspondingly these annotations should also...
### Feature request Currently, using Tekton v0.36.0, it is not possible to escape a variable substitution expression. However it should be possible to do so explicitly for a particular variable...