Skip to content

Commit eaf109e

Browse files
committed
fix
1 parent fcfc235 commit eaf109e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

install/installer/pkg/components/public-api-server/deployment_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ func TestDeployment_ServerArguments(t *testing.T) {
6464
},
6565
},
6666
},
67-
{
68-
Name: "oidc-client-jwt-signing-key",
69-
VolumeSource: corev1.VolumeSource{
70-
Secret: &corev1.SecretVolumeSource{
71-
SecretName: "oidc-client-jwt-signing-key",
72-
Optional: pointer.Bool(true),
73-
},
74-
},
75-
},
7667
{
7768
Name: "stripe-secret",
7869
VolumeSource: corev1.VolumeSource{

0 commit comments

Comments
 (0)