Skip to content

Commit

Permalink
add a comment for the test case
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Nov 30, 2023
1 parent 711ab42 commit b6658e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/rotator/rotator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ func TestReconcileWebhook(t *testing.T) {
},
},
{
// As InsecureSkipTLSVerify: true isn't compatible with caBundle
// we cover that the process sets InsecureSkipTLSVerify: false.
// If there is any issue patching InsecureSkipTLSVerify the test fails
// due InsecureSkipTLSVerify & caBundle incompatibility
"apiservice-insecure-tls", APIService, nil, []string{"spec", "caBundle"}, &apiregistrationv1.APIService{
ObjectMeta: metav1.ObjectMeta{
Name: "v1alpha2.example.com",
Expand Down

0 comments on commit b6658e1

Please sign in to comment.