From 3e340783e5a14116074c213e51b3e1917d36e460 Mon Sep 17 00:00:00 2001 From: Marcel Kirschner Date: Sat, 11 Apr 2026 15:18:19 +0200 Subject: [PATCH] Update helpers template to use group name Signed-off-by: Marcel Kirschner --- .../apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl b/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl index e6127194..dd0a68e0 100644 --- a/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl +++ b/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package v1alpha1 contains the v1alpha1 group Sample resources of the {{ .Env.PROVIDER }} provider. +// Package v1alpha1 contains the v1alpha1 group {{ .Env.GROUP }} resources of the {{ .Env.PROVIDER }} provider. // +kubebuilder:object:generate=true // +groupName={{ .Env.GROUP | strings.ToLower }}.{{ .Env.PROVIDER | strings.ToLower }}.crossplane.io // +versionName={{ .Env.APIVERSION | strings.ToLower }}