Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit f34941e

Browse files
committed
Fix Static check job failure
1 parent 4940626 commit f34941e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/auth/pkg/args/args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
argKubeconfig = pflag.String("kubeconfig", "", "path to kubeconfig file")
3232
argApiServerHost = pflag.String("apiserver-host", "", "address of the Kubernetes API server to connect to in the format of protocol://address:port, leave it empty if the binary runs inside cluster for local discovery attempt")
3333
argApiServerSkipTLSVerify = pflag.Bool("apiserver-skip-tls-verify", false, "enable if connection with remote Kubernetes API server should skip TLS verify")
34-
argApiServerCaBundle = pflag.String("apiserver-ca-bundle", "", "file containing the x509 certificates used for HTTPS connection to the API Server")
34+
argApiServerCaBundle = pflag.String("apiserver-ca-bundle", "", "file containing the x509 certificates used for HTTPS connection to the API Server")
3535
)
3636

3737
func init() {

0 commit comments

Comments
 (0)