Jorge Tudela

Results 9 comments of Jorge Tudela

Also, I investigated a bit further, and it seems that all the "booleans" input args are not being processed well when using env vars.

sth like this? ``` package kubernetes.admission deny[msg] { input.request.kind.kind == “Route” hostname := input.request.object.spec.hostname not startswith(hostname, “example.com”) msg := sprintf(“hostname not valid BLA BLA BLA %v”, [hostname]) } ```

What's the status of this? @tylerauerbeck @oybed Im hitting the same issue in 3.11 with the latest casl-ansible container image: ``` TASK [../../../galaxy/openshift-ansible/roles/openshift_openstack : validate the Heat template] ******************************************************************************************************************* task...

@oybed ok. Btw, there a few non-attached volumes already. Also, deleting the stack manually would leave some trash, such as DNS records and Host registered in Satellite.

@oybed So how do you manage that today? Manually? I mean, removing DNS records & Sat Hosts.

We should bring that up in the next call. I was thinking in having a long lived ocp4 cluster for CI would be awesome.

I came across this repo, might be useful...https://github.com/redhat-certification/chart-verifier

@itewk I am afrad that might not be possible...the biggest challenge for users here is that plugin names are different and unique per operator with no name patern that allows...

alright, that is smart, I did not thought about that @itewk, then I will first investigate what is the "magic...