Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/clusters-service/app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func NewAPIServerCommand(log logr.Logger, tempDir string) *cobra.Command {
cmd.Flags().Duration("oidc-token-duration", time.Hour, "The duration of the ID token. It should be set in the format: number + time unit (s,m,h) e.g., 20m")

cmd.Flags().Bool("dev-mode", false, "starts the server in development mode")
cmd.Flags().Bool("use-k8s-cached-clients", true, "Enables the use of cached clients")
cmd.Flags().Bool("use-k8s-cached-clients", false, "Enables the use of cached clients")

return cmd
}
Expand Down