Gustav Paul
Gustav Paul
Please merge this patch.
Maybe something like ``` apiVersion: kudo.dev/v1alpha1 kind: TestStep commands: - command: ../../bin/dispatch login github --user=test --password=test # Test that duplicate login fails. - command: ../../bin/dispatch login github --user=test --password=test expectedExitCode:...
Unfortunately not - I thought about that too but the problem is that there is a race condition. Once my object B is created from my object A, there is...
Hey :-) Sure, so I have the following assert.yaml: ``` apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: labels: repository-ref: dispatch spec: resources: - name: git serviceAccountName: github-webhook timeout: 1h0m0s status: conditions: -...
> If there is only one way to allocate the volume from a storage class, then we can report the capacity for this storage class. The CO can cache them...