We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba1e75 commit 926ae63Copy full SHA for 926ae63
pkg/quarkus/v1alpha/scaffolds/internal/templates/model/model.go
@@ -59,7 +59,7 @@ import io.fabric8.kubernetes.model.annotation.Kind;
59
import io.fabric8.kubernetes.model.annotation.Plural;
60
import io.fabric8.kubernetes.model.annotation.Version;
61
62
-@Version("{{ .Resource.API.CRDVersion }}")
+@Version("{{ .Resource.Version }}")
63
@Group("{{ .Resource.QualifiedGroup }}")
64
@Kind("{{ .Resource.Kind }}")
65
@Plural("{{ .Resource.Plural }}")
0 commit comments