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.
2 parents e5d99f8 + 2f852a2 commit 775d298Copy full SHA for 775d298
test/e2e/common/secrets.go
@@ -147,7 +147,7 @@ func newEnvFromSecret(namespace, name string) *v1.Secret {
147
}
148
149
func createEmptyKeySecretForTest(f *framework.Framework) (*v1.Secret, error) {
150
- secretName := "secret-emptyKey-test-" + string(uuid.NewUUID())
+ secretName := "secret-emptykey-test-" + string(uuid.NewUUID())
151
secret := &v1.Secret{
152
ObjectMeta: metav1.ObjectMeta{
153
Namespace: f.Namespace.Name,
0 commit comments