Skip to content

Commit

Permalink
hack: change CRD YAML temp dir template
Browse files Browse the repository at this point in the history
Workaround for the following controller-gen issue:
kubernetes-sigs/controller-tools#734

Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss committed Feb 23, 2023
1 parent b00a3f2 commit 67462db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-crd-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail

readonly HERE=$(cd "$(dirname "$0")" && pwd)
readonly REPO=$(cd "${HERE}/.." && pwd)
readonly TEMPDIR=$(mktemp -d crd.XXXXXX)
readonly TEMPDIR=$(mktemp -d crd-XXXXXX)

# Optional first arg is the paths pattern.
readonly PATHS="${1:-"./apis/..."}"
Expand Down

0 comments on commit 67462db

Please sign in to comment.