Philippe Martin
Philippe Martin
/override ci/prow/unit-and-validate-test /override ci/prow/v4.10-integration-e2e Tests pass on IBM Cloud
> It should be possible to execute odo dev multiple times with the same devfile against the same namespace The use case would be for devs of the same team,...
No, as the SB is part of a Deploy command, the Devfile spec says it won't be deloyed using `odo dev`
The gojq (github.com/itchyny/gojq) can be used: ``` package main import ( "errors" "fmt" "github.com/itchyny/gojq" corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" "k8s.io/utils/pointer" ) func main() { pod := corev1.Pod{ Spec: corev1.PodSpec{ SecurityContext: &corev1.PodSecurityContext{...
> @feloy running `odo dev` from this PR doesn't store the port information in the state file. I think that's a regression, right? I tested it but cannot reproduce. Can...
> What I am describing below was purposefully done to break stuff. > > I first created an Operator backed service in the namespace `myproject`. > > 1. `odo dev`...
/override ci/prow/v4.10-integration-e2e Tests pass on IBM Cloud
I've passed many time during this week checking the responsability of this issue for these failing tests: https://github.com/redhat-developer/service-binding-operator/issues/1172 I'm waiting for the 1.1.1 release to validate there won't be more...
> > I've passed many time during this week checking the responsability of this issue for these failing tests: > > [redhat-developer/service-binding-operator#1172](https://github.com/redhat-developer/service-binding-operator/issues/1172) > > I'm waiting for the 1.1.1 release...