Skip to content

Commit

Permalink
remove local changes
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Dec 5, 2023
1 parent df7e234 commit 0ccea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/gen-crd-spec/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func setValidationOverride(un *unstructured.Unstructured, fieldOverride map[stri

func NewCustomResourceDefinition() []*extensionsobj.CustomResourceDefinition {
crdYamlBytes, err := exec.Command(
"dist/controller-gen",
"controller-gen",
"paths=./pkg/apis/rollouts/...",
"crd:crdVersions=v1,maxDescLen=0",
"output:crd:stdout",
Expand Down

0 comments on commit 0ccea18

Please sign in to comment.