Skip to content

Commit

Permalink
chore: change admission webhook cert directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Dec 24, 2024
1 parent 949783a commit c5d53b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/operator/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
defaultHealthProbeAddr = ":9494"
defaultAPIServerPort = 8081
defaultAdmissionWebhookPort = 8082
defaultAdmissionWebhookCertDir = "/etc/webhook-server-cert"
defaultAdmissionWebhookCertDir = "/etc/greptimedb/admission-webhook-tls"
)

type Options struct {
Expand Down

0 comments on commit c5d53b3

Please sign in to comment.