Replies: 1 comment 3 replies
-
I have same issue with my private repository that requires a username/password, only option is to use helm pull with the credentials directly under the charts directory, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i use tanka in CI i want to get helm charts also from private repository.
For that i used direct helm pull and then updated the rest of public charts with tk tool charts vendor.
I want to get rid of the individual pulls and use something like helm repo login.
How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions