Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 8dbdc83

Browse files
committed
Re-word comment of CLI client flag config
Signed-off-by: JoshVanL <[email protected]>
1 parent ca2ee62 commit 8dbdc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func NewRunCommand(stopCh <-chan struct{}) *cobra.Command {
8383

8484
} else {
8585

86-
// CLI flags if in cluster fails
86+
// CLI flags not using in-cluster config
8787
restConfig, err = clientConfigOptions.ToRESTConfig()
8888
if err != nil {
8989
return err

0 commit comments

Comments
 (0)