Skip to content

Commit

Permalink
Merge pull request #1646 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1620-to-release-4.14

[release-4.14] OCPBUGS-25983: Remove deprecated password defaulting in default config flag
  • Loading branch information
openshift-merge-bot[bot] committed Jan 4, 2024
2 parents 33a7a8b + 796c78c commit 286cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Expand Up @@ -97,7 +97,7 @@ var (
)

func defaultConfigFlags() *genericclioptions.ConfigFlags {
return genericclioptions.NewConfigFlags(true).WithDeprecatedPasswordFlag().WithDiscoveryBurst(350).WithDiscoveryQPS(50.0)
return genericclioptions.NewConfigFlags(true).WithDiscoveryBurst(350).WithDiscoveryQPS(50.0)
}

func NewDefaultOcCommand(o kubecmd.KubectlOptions) *cobra.Command {
Expand Down

0 comments on commit 286cfa5

Please sign in to comment.