fix: dont sent RegistryLogin password via args (#1662)
This commit is contained in:
		
							parent
							
								
									8212b630ff
								
							
						
					
					
						commit
						8487970a2e
					
				|  | @ -166,8 +166,7 @@ func (helm *execer) RegistryLogin(repository string, username string, password s | ||||||
| 		repository, | 		repository, | ||||||
| 		"--username", | 		"--username", | ||||||
| 		username, | 		username, | ||||||
| 		"--password", | 		"--password-stdin", | ||||||
| 		password, |  | ||||||
| 	} | 	} | ||||||
| 	buffer := bytes.Buffer{} | 	buffer := bytes.Buffer{} | ||||||
| 	buffer.Write([]byte(fmt.Sprintf("%s\n", password))) | 	buffer.Write([]byte(fmt.Sprintf("%s\n", password))) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue