Browse Source

Fix cluster push secret existing store expectations

Moritz Johner 2 months ago
parent
commit
d413cafb56

+ 0 - 1
pkg/controllers/clusterpushsecret/clusterpushsecret_controller_test.go

@@ -520,7 +520,6 @@ var _ = Describe("ClusterPushSecret controller", func() {
 							SecretStoreRefs: []v1alpha1.PushSecretStoreRef{
 								{
 									Name:       updateStoreName,
-									Kind:       "SecretStore",
 									APIVersion: "external-secrets.io/v1",
 								},
 							},