fix: [AH-532]: fix helm client setup details (#3021)

* fix: [AH-532]: fix helm client setup details
This commit is contained in:
Tudor Macari 2024-11-20 08:38:07 +00:00 committed by Harness
parent b15ac17033
commit 8e4fa152bd

View File

@ -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