mirror of
https://github.com/harness/drone.git
synced 2025-05-10 02:39:18 +08:00
fix: [AH-532]: fix helm client setup details (#3021)
* fix: [AH-532]: fix helm client setup details
This commit is contained in:
parent
b15ac17033
commit
8e4fa152bd
@ -114,7 +114,11 @@ func (c *APIController) GenerateClientSetupDetails(
|
||||
if packageType == "HELM" {
|
||||
header1 := "Login to Helm"
|
||||
section1step1Header := "Run this Helm command in your terminal to authenticate the client."
|
||||
section1step1Commands := []string{"helm registry login <LOGIN_HOSTNAME>"}
|
||||
section1step1Commands := []string{
|
||||
"helm registry login <LOGIN_HOSTNAME>",
|
||||
"Username: <USERNAME>",
|
||||
"Password: *see step 2*",
|
||||
}
|
||||
section1step1Type := artifact.ClientSetupStepTypeStatic
|
||||
section1step2Header := "For the Password field above, generate an identity token"
|
||||
section1step2Type := artifact.ClientSetupStepTypeGenerateToken
|
||||
|
Loading…
Reference in New Issue
Block a user