Skip to content

Commit 9e7183d

Browse files
committed
this seems to be required in a default installation
1 parent 4bbab33 commit 9e7183d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/controller.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ func init() {
160160

161161
stringFlag(flags, "argocd-repository-endpoint", `Location of the argocd repository service endpoint.`,
162162
newStringOpts().withDefault("argocd-repo-server.argocd:8081"))
163-
boolFlag(flags, "argocd-repository-insecure", `True if you need to skip validating the grpc tls certificate.`)
163+
boolFlag(flags, "argocd-repository-insecure", `True if you need to skip validating the grpc tls certificate.`,
164+
newBoolOpts().withDefault(true))
164165
stringFlag(flags, "label-filter", `(Optional) If set, The label that must be set on an MR (as "kubechecks:<value>") for kubechecks to process the merge request webhook (KUBECHECKS_LABEL_FILTER).`)
165166
stringFlag(flags, "openai-api-token", "OpenAI API Token.")
166167
stringFlag(flags, "webhook-url-base", "The endpoint to listen on for incoming PR/MR event webhooks. For example, 'https://checker.mycompany.com'.")

0 commit comments

Comments
 (0)