Sébastien Gandon

Results 50 comments of Sébastien Gandon

here is another use case, We are using the operator to deploy charts in a multitenancy cluster so each namespace should have a secret to access a private registry. I...

Hello, For security reason we have created a folder (/opt/talend) attached to a non root user and we would like to place our application code here without jib tempering the...

I can get around the percentage limitation and can understand the removal of it but the center keyworkd would be really great. the tip you gave works really well, thanks.

in fact I am having trouble with generating pdf with images. It displays nicely in VS Code but the command `npx @marp-team/marp-cli myslides.md -o myslides.pdf` generates a pdf but no...

thanks a lot, this works fine !

I have the same issue `FATA[0009] HTTP code 500 while uploading metadata: invalid character '

We have tried to remove the faulty images without success. Our image comes from a simple Dockerfile inheriting from nginx:latest. here is the client log (version 1.5.0) ``` docker push...

To me the environment section is there to specify environment specific values and not global values to be reused by any templating part. I also always felt that global values...

I used to have a use case for global values that I worked around with environment variables cause we have build a tool around helmfile that can create those environment...

@mumoshu The more I think about it the more I beleive environment value can be enough for a lot a use cases. What is needed to my opinion is a...