Charles Moulliard

Results 386 comments of Charles Moulliard

When you say `no`, in fact this is `yes` as the steps I described are what we should do. I missed nevertheless to mention that we should create the following...

The trick proposed to render the `NOTES.txt` is not working using helm 3.5.4 with a local helm charts ``` Current folder ~/myproject/helm/rbac ls -la templates total 56 drwxr-xr-x 9 cmoullia...

> Probably not suited for tektoncd/pipeline Should we then move this ticket under https://github.com/tektoncd/cli ? What about having too this option offered on https://hub.tekton.dev/ as by example operator hub proposes...

> I made a poc of a auto generation tool https://github.com/chmouel/tkn-autogenerate, this output [pac](https://pipelinesascode.com/docs/install/getting-started/) templates but that can be modified to use tekton resolvers instead Remark: Your POC makes the...

> I also implemented a poc of using LLM to 1) create a task from user's prompt 2) generate readme/docs from the task yaml. > Do you think that's something...

The workaround proposed to add ìmagesdir` for asciidoctor 0.1.4 in the file containing the inclide::directive does not ``` [imagesdir='1_Introduction/image'] include::1_Introduction/1_Introduction_AllSlides.txt[] [imagesdir='2_Core_Engine/image'] include::2_Core_Engine/2_Core_Engine_AllSlides.txt[] ``` or ``` :imagesdir: '1_Introduction/image'] include::1_Introduction/1_Introduction_AllSlides.txt[] ``` path...

Thx for the clarification. To continue the discussion, I think that the solution could be that we design 2 approaches concerning include:: 1) Document When using include:: directive within a...

Will this feature `ctrl-x` be supported in a next release to decode the base64 content (secret, configmap) ?

Will this issue be implemented to easily convert Json to K8s objects ?