Skip to content

Commit aa2b813

Browse files
authored
Merge pull request #1825 from pratikjagrut/helm.v2.repository-config.err
fix: remove repository-config flag for helm v2
2 parents 2a304d4 + f78351c commit aa2b813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/devspace/helm/v2/install.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ func (c *client) InstallChart(releaseName string, releaseNamespace string, value
7777
args = append(args, chartName)
7878
if chartRepo != "" {
7979
args = append(args, "--repo", chartRepo)
80-
args = append(args, "--repository-config=''")
8180
}
8281
if helmConfig.Chart.Version != "" {
8382
args = append(args, "--version", helmConfig.Chart.Version)

0 commit comments

Comments
 (0)