We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfc235 commit eaf109eCopy full SHA for eaf109e
install/installer/pkg/components/public-api-server/deployment_test.go
@@ -64,15 +64,6 @@ func TestDeployment_ServerArguments(t *testing.T) {
64
},
65
66
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
76
{
77
Name: "stripe-secret",
78
VolumeSource: corev1.VolumeSource{
0 commit comments