Skip to content

Commit

Permalink
Fix ExternalSecretStores feature StoreConfig schema registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Satka committed Jan 24, 2025
1 parent 8c82c0b commit ba96ebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
groupsv1alpha1 "github.com/crossplane-contrib/provider-gitlab/apis/groups/v1alpha1"
projectsv1alpha1 "github.com/crossplane-contrib/provider-gitlab/apis/projects/v1alpha1"
gitlabv1beta1 "github.com/crossplane-contrib/provider-gitlab/apis/v1beta1"
gitlabv1alpha1 "github.com/crossplane-contrib/provider-gitlab/apis/v1alpha1"
)

func init() {
Expand All @@ -31,6 +32,7 @@ func init() {
gitlabv1beta1.SchemeBuilder.AddToScheme,
groupsv1alpha1.SchemeBuilder.AddToScheme,
projectsv1alpha1.SchemeBuilder.AddToScheme,
gitlabv1alpha1.SchemeBuilder.AddToScheme,
)
}

Expand Down

0 comments on commit ba96ebf

Please sign in to comment.