Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: grep go client version from go.mod file #2

Conversation

alexmt
Copy link

@alexmt alexmt commented Sep 3, 2021

Signed-off-by: Alexander Matyushentsev [email protected]

Signed-off-by: Alexander Matyushentsev <[email protected]>
@@ -78,7 +77,7 @@ func setValidationOverride(un *unstructured.Unstructured, fieldOverride map[stri

func NewCustomResourceDefinition() []*extensionsobj.CustomResourceDefinition {
crdYamlBytes, err := exec.Command(
"dist/controller-gen",
"controller-gen",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverting accidental change. I changed the binary name to dist/controller-gen for debugging purposes.

@huikang huikang merged commit 9273141 into huikang:1210-genenerate-x-kubernetes-patch Sep 3, 2021
huikang pushed a commit that referenced this pull request May 2, 2022
* chore: Improve image build speed #2

Signed-off-by: Justin Marquis <[email protected]>

* chore: Added test-arm-image test for arm64

Signed-off-by: Justin Marquis <[email protected]>

* chore: enabled buildkit for docker build commands

Signed-off-by: Justin Marquis <[email protected]>

* chore: support for releases and further docker optimizations

Signed-off-by: Justin Marquis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants