Skip to content

Commit

Permalink
Update generate script to created crds for the chart
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Sep 3, 2024
1 parent 43ed0f4 commit ea3fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-code.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

BASEDIR=$(pwd)
${BASEDIR}/bin/controller-gen object crd:crdVersions=v1 paths="./..." output:crd:artifacts:config=doc/crds
${BASEDIR}/bin/controller-gen object crd:crdVersions=v1 paths="./..." output:crd:artifacts:config=doc/crds output:crd:artifacts:config=deployment/whereabouts-chart/crds

0 comments on commit ea3fc07

Please sign in to comment.