Skip to content

Commit

Permalink
Merge pull request #339 from ulucinar/storage-version
Browse files Browse the repository at this point in the history
Set CRD storage version to the latest generated version
  • Loading branch information
ulucinar authored Feb 1, 2024
2 parents 602c7d4 + b5e5ca7 commit a8e5f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pipeline/templates/crd_types.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type {{ .CRD.Kind }}Status struct {

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:storageversion

// {{ .CRD.Kind }} is the Schema for the {{ .CRD.Kind }}s API. {{ .CRD.Description }}
// +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status"
Expand Down

0 comments on commit a8e5f39

Please sign in to comment.