Skip to content

Commit 20652ea

Browse files
authored
Use cluster yaml file to create the access config (#2267)
1 parent 4a40057 commit 20652ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ var _clusterConfigureCmd = &cobra.Command{
319319
exit.Error(err)
320320
}
321321

322-
accessConfig, err := getClusterAccessConfigWithCache(false)
322+
accessConfig, err := getNewClusterAccessConfig(clusterConfigFile)
323323
if err != nil {
324324
exit.Error(err)
325325
}

0 commit comments

Comments
 (0)