Rodrigue Cloutier

Results 17 issues of Rodrigue Cloutier

This PR intends to add support for path aliases using references as such ``` /test/alias/{name}: $ref: "#/paths//test/{name}" /test/{name}: get: tags: - test summary: Get test operationId: getTestByName ``` It assumes...

According to the json schema upon which OpenAPI spec relies, `type` keyword can be either a string or an array. > The value of this keyword MUST be either a...

### Problem description Although provided, no support for reference to git branches or tags work. Does not work if you use the `branch` field `commit https://github.com/pulumi/pulumi-kubernetes-operator/blob/9bd6bd3accba4515ee83a81be5e6a176b066feb6/pkg/apis/pulumi/v1alpha1/stack_types.go#L59-L61 or the commit field,...

kind/bug

### Problem description Each run of the reconciliation loop for a stack creates two directories in `/tmp`. When in exponential back-off each error will produce the directories quickly filling the...

kind/enhancement
resolution/fixed

### Problem description The image size is quite big (3GB) which seems to come from the full `pulumi/pulumi` image. Related to pulumi/pulumi#5703 ``` $ docker images ls | grep pulumi...

kind/enhancement

### Problem description The image size is quite big (3GB) which reduces restart performances and waste a lot of space. ``` $ docker image ls | grep 'pulumi/pulumi' pulumi/pulumi latest...

Running with version 6.4.4. When I use a configuration that has more than 7 projects, only 7 projects (seemingly at random) are displayed. We can see all the projects being...

question

This PR intends to solve some issue encountered while running the operator out of cluster. ## Current namespace requirement We must be able to find the current namespace. If not...

status/stale

This PR proposed to honor the configurationBuild field that can be used to provide a custom builder image. Currently we provide a field `ToolImage` that can be used to specify...

status/stale

### What happened? While using Kamel I have observed that we cannot use kubeconfig that refers to multiple files. ### Steps to reproduce 1. Create a kubeconfig that refers multiple...

kind/bug
area/cli