Skip to content

Commit

Permalink
Replace outdated tiller reference with helm reference
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jan 18, 2023
1 parent aa46e85 commit 70b4fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apps/registry_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Or the Open Source Docker registry https://github.com/distribution/distribution`
}
namespace, _ := command.Flags().GetString("namespace")
if namespace != "default" {
return fmt.Errorf(`to override the "default", install via tiller`)
return fmt.Errorf(`to override the "default", install via helm directly`)
}

outputFile, _ := command.Flags().GetString("write-file")
Expand Down

0 comments on commit 70b4fb8

Please sign in to comment.