Adding additional dependency to linkerd helm chart #5179
-
Hello All, I am trying to add an additional dependency in requirements.yaml file. The goal is to deploy this chart along with all the other dependencies. When I try to build chart using Here's what the current requirement.yaml file looks like:
After my changes
|
Beta Was this translation helpful? Give feedback.
Answered by
grampelberg
Nov 4, 2020
Replies: 1 comment 2 replies
-
You need to have all those paths local. I would recommend creating your own chart and listing the Linkerd one as a dependency instead of doing it this way. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
grampelberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to have all those paths local. I would recommend creating your own chart and listing the Linkerd one as a dependency instead of doing it this way.