Fabian Kramm
Fabian Kramm
@tobalsgithub you are correct, we will add the documentation shortly. Since there were no real changes to profiles in v6, you can also take a look at the v5 profiles...
@tobalsgithub thanks for creating this issue! The kubectl error should be visible above the error message. We will add the stderr output of kubectl in the error message itself for...
@tobalsgithub in the newest beta version we have improved the error message to include the actual stderr, so this should be easier to understand now.
@antonlisovenko thanks for creating this issue! Since this is just the chart name, did you try to use something like: ```yaml deployments: - name: test helm: chart: name: oci://my-registry.local/my-chart ```...
@Quasarman thanks for creating this issue! It actually seems like the error message comes from somewhere else (like gradlew not installed), could you try with a simple `echo Hello World`...
@sandrotaje thanks for creating this issue! Not sure if I understand you correctly, but you want to open multiple terminals from a single terminal? Not sure if that is actually...
@mykiep thanks for reporting this issue! We'll take a look!
@markphillips100 thanks for creating this issue! We'll see what we can do there, but generally this should be possible
@kickthemooon thanks for creating this issue! Did you maybe use it like this: ```yaml - !/some/path/in/my/repo ``` Since `!` is a special character in yaml, you need to use instead:...
@kickthemooon ah yeah sorry, my bad. Yes you are correct, seems like the function we use internally cuts those leading `/` from the exclude paths. We'll issue a fix for...