4ndy
4ndy
i reailzed it's default behaviour of helm to return this error with helm dependency build chart.tgz, but why does documentation mention, that chart can also be packaged?
I managed to deploy using local unpacked chart using this skaffold.yaml: ``` apiVersion: skaffold/v2beta15 kind: Config profiles: - name: deploy deploy: helm: releases: - name: "{{.SITE}}" # https://github.com/helm/helm/issues/9599 - don't...
Hi @bouckj, I found the not very good authentication solution. Company I work for have skaffold.yaml file, which instruct skaffold to deploy via helm and fetch remoteChart of certain version....
Hey @bouckj , when I was working on this issue I realized that `helm add repo --username --password` should work by default and you shouldn't have to log in again...
Spend few days on this issue. So far it seems unresolvable without using subdomain for host based filtering in Ingress. I needed to use InfluxDB UI behing nginx reverse proxy....
@gvasanka I can't confirm that accessing API endpoints with `rewrite-target` annotation will work, as I haven't tried it. I don't see any reason, why it shouldn't work though. > If...
It should be headers={'Authorization': 'Token \'}
This for me is sorely needed. I'm really confused on what basis the lines are added to jumplist picker, when I'm not really using `ctrl+s` keybinding. I suppose there are...
This issue seems resolved to me. I couldn't find any occurrence where selecting anything but file allowed file edit. In some cases where it makes sense the edit command is...