Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit a3bec00

Browse files
committed
Correct vei version
1 parent e5dca66 commit a3bec00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/kubernetes/clients/issuers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func NewVenafiEnhancedIssuerClient(config *rest.Config) (*Generic[*v1alpha1vei.V
262262
RestConfig: config,
263263
APIPath: "/apis",
264264
Group: v1alpha1vei.SchemeGroupVersion.Group,
265-
Version: v1alpha1vei.SchemeGroupVersion.Group,
265+
Version: v1alpha1vei.SchemeGroupVersion.Version,
266266
Kind: "venafiissuers",
267267
},
268268
)
@@ -281,7 +281,7 @@ func NewVenafiEnhancedClusterIssuerClient(config *rest.Config) (*Generic[*v1alph
281281
RestConfig: config,
282282
APIPath: "/apis",
283283
Group: v1alpha1vei.SchemeGroupVersion.Group,
284-
Version: v1alpha1vei.SchemeGroupVersion.Group,
284+
Version: v1alpha1vei.SchemeGroupVersion.Version,
285285
Kind: "venaficlusterissuers",
286286
},
287287
)

0 commit comments

Comments
 (0)