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 11652a3 commit f37b022Copy full SHA for f37b022
Makefile
@@ -6,8 +6,8 @@ PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME)
6
7
PLATFORMS ?= linux_amd64 linux_arm64
8
9
-CODE_GENERATOR_REPO ?= https://github.com/aws-controllers-k8s/code-generator.git
10
-CODE_GENERATOR_COMMIT ?= f8c0f4711a91e50335450521e3c49673d135d56d
+CODE_GENERATOR_REPO ?= https://github.com/negz/code-generator.git
+CODE_GENERATOR_COMMIT ?= 33cee6f599c130d138a0feaf5031a4c59198611e
11
GENERATED_SERVICES ?= $(shell find ./apis -type f -name generator-config.yaml | cut -d/ -f 3 | tr '\n' ' ')
12
13
# kind-related versions
0 commit comments