Charles Moulliard

Results 386 comments of Charles Moulliard

I think that @sbose78 refers to go template approach which has been implemented in our snowdrop component operator [1] where we use as top level object a Component Type that...

If the test cases are well defined/designed, then you will not at all suffer from this compile vs runtime risk. What I like a lot with a template or file...

> go out of date more quickly than a YAML file? No. What I'm saying is that maintaining go deps is more complex than having a yaml template file designed...

We need a better documentation and examples please ! @natalieparellano

I experiment an issue to try to set the credential using an internal container registry running on openshift cluster where tekton is deployed. I can log successfully using the same...

> I think it should be: I did a test using your string and error is still there ! I truncated the string to be sure that no new line...

Would it be possible when we set `-log-level` to log the following information within the code ? - HTTP Request - HTTP response Code - Raw error message otherwise it...

As most of the existing helm documented [projects](https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/VALUES_SUMMARY.md) proposes as default, by convention, the following columns: Parameter | Description | Default, then I think that it should be great that...

Is the kind resource already released as I dont see part of podman desktop 0.10 ? @slemeur ![Screenshot 2023-01-19 at 18 40 18](https://user-images.githubusercontent.com/463790/213519999-4fff3623-7c46-4c05-87e9-bc3139825ffc.png)

[Previously](https://github.com/backstage/backstage/blob/v1.0.3/packages/create-app/src/createApp.ts#L60-L61) the process to create an application was asking which DB the user wanted to use and the package was installed by the [BuildAppTask](https://github.com/backstage/backstage/blob/v1.1.1/packages/create-app/src/lib/tasks.ts#L191-L209) but this option is gone since...