Skip to content

Commit

Permalink
Merge pull request rancher#29688 from mrajashree/fwd_hidelocal
Browse files Browse the repository at this point in the history
Add setting to hide local cluster
  • Loading branch information
mrajashree authored Oct 22, 2020
2 parents bc95d00 + 6df3b9b commit 2d9f234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/settings/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ var (
NoDefaultAdmin = NewSetting("no-default-admin", "")
RestrictedDefaultAdmin = NewSetting("restricted-default-admin", "false") // When bootstrapping the admin for the first time, give them the global role restricted-admin
EKSUpstreamRefreshCron = NewSetting("eks-refresh-cron", "*/5 * * * *")
HideLocalCluster = NewSetting("hide-local-cluster", "false")
)

func FullShellImage() string {
Expand Down

0 comments on commit 2d9f234

Please sign in to comment.