We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a304d4 + f78351c commit aa2b813Copy full SHA for aa2b813
1 file changed
pkg/devspace/helm/v2/install.go
@@ -77,7 +77,6 @@ func (c *client) InstallChart(releaseName string, releaseNamespace string, value
77
args = append(args, chartName)
78
if chartRepo != "" {
79
args = append(args, "--repo", chartRepo)
80
- args = append(args, "--repository-config=''")
81
}
82
if helmConfig.Chart.Version != "" {
83
args = append(args, "--version", helmConfig.Chart.Version)
0 commit comments