Skip to content

Commit

Permalink
Removing --alsologtostderr from sample-webhook containers used for e2…
Browse files Browse the repository at this point in the history
…e tests

Signed-off-by: Mark Rossetti <marosset@microsoft.com>
  • Loading branch information
marosset committed Nov 15, 2022
1 parent 575ee2c commit e6a1f3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/e2e/apimachinery/crd_conversion_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ func deployCustomResourceWebhookAndService(f *framework.Framework, image string,
"crd-conversion-webhook",
"--tls-cert-file=/webhook.local.config/certificates/tls.crt",
"--tls-private-key-file=/webhook.local.config/certificates/tls.key",
"--alsologtostderr",
"-v=4",
// Use a non-default port for containers.
fmt.Sprintf("--port=%d", containerPort),
Expand Down
1 change: 0 additions & 1 deletion test/e2e/apimachinery/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,6 @@ func deployWebhookAndService(f *framework.Framework, image string, certCtx *cert
"webhook",
"--tls-cert-file=/webhook.local.config/certificates/tls.crt",
"--tls-private-key-file=/webhook.local.config/certificates/tls.key",
"--alsologtostderr",
"-v=4",
// Use a non-default port for containers.
fmt.Sprintf("--port=%d", containerPort),
Expand Down

0 comments on commit e6a1f3b

Please sign in to comment.