Skip to content

Commit

Permalink
Rename local to this cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Oct 25, 2019
1 parent 3de42f6 commit c64ff01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/kots/cli/install.go
Expand Up @@ -69,7 +69,7 @@ func InstallCmd() *cobra.Command {
RootDir: rootDir,
Namespace: namespace,
Downstreams: []string{
"local", // this is the auto-generated operator downstream
"This Cluster", // this is the auto-generated operator downstream
},
LocalPath: ExpandDir(v.GetString("local-path")),
LicenseFile: ExpandDir(v.GetString("license-file")),
Expand Down
2 changes: 1 addition & 1 deletion pkg/kotsadm/api_objects.go
Expand Up @@ -141,7 +141,7 @@ func apiDeployment(namespace string) *appsv1.Deployment {
},
{
Name: "AUTO_CREATE_CLUSTER_NAME",
Value: "local",
Value: "This Cluster",
},
{
Name: "AUTO_CREATE_CLUSTER_TOKEN",
Expand Down

0 comments on commit c64ff01

Please sign in to comment.