Skip to content

Commit

Permalink
Fix flag in instructions (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin authored Dec 18, 2023
1 parent 94d6df2 commit a5ac031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platformclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *HTTPClient) HTTPGet(path string, successStatus int) ([]byte, error) {
var knownErrorCodes = map[string]string{
"CUSTOMER_CHANNEL_ERROR": `You are attempting to assign a KOTS-enabled customer to a channel with a Helm-only head release. To resolve this, you can either
1. Disable KOTS installations for this customer by passing the --disable-kots flag
1. Disable KOTS installations for this customer by passing the --kots-install=false flag
2. Assign this customer to a different channel that includes a KOTS-capable release
3. Promote a release containing KOTS manifests to this channel (it will still be installable with the Helm CLI as long as it contains a helm chart)`,
}
Expand Down

0 comments on commit a5ac031

Please sign in to comment.