Skip to content

Commit

Permalink
fix crd gen metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Oct 6, 2023
1 parent 94ce855 commit ec174bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/apis/tf/v1beta1/terraform_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const (
// +k8s:openapi-gen=true
// +kubebuilder:storageversion
// +kubebuilder:subresource:status
// +kubebuilder:resource:path=terraforms,shortName=tf
// +kubebuilder:singular=terraform
// +kubebuilder:resource:singular=terraform,shortName=tf,path=terraforms
type Terraform struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down

0 comments on commit ec174bd

Please sign in to comment.