Skip to content

Commit

Permalink
fix: create correct CRD type (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah Abedraba authored Mar 1, 2022
1 parent 8d5890c commit e108311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-testkube/commands/crds/tests_crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type Test struct {
func GenerateCRD(namespace, path string) (string, error) {
var testType string

tpl := `apiVersion: tests.testkube.io/v1
tpl := `apiVersion: tests.testkube.io/v2
kind: Test
metadata:
name: {{ .Name }}
Expand Down

0 comments on commit e108311

Please sign in to comment.