import "github.com/linkerd/linkerd2/viz/static"
templates.go
Templates that will be rendered by `linkerd viz install`. This is only used on dev builds.
var Templates http.FileSystem = http.Dir(path.Join(static.GetRepoRoot(), "viz/charts"))