-
Notifications
You must be signed in to change notification settings - Fork 1k
Ineffectual assignment of the envVars for connection pooler #2165
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
Conversation
@@ -18,7 +18,8 @@ trap "cleanup" EXIT SIGINT | |||
bash "${CODEGEN_PKG}/generate-groups.sh" all \ | |||
"${OPERATOR_PACKAGE_ROOT}/pkg/generated" "${OPERATOR_PACKAGE_ROOT}/pkg/apis" \ | |||
"acid.zalan.do:v1 zalando.org:v1" \ | |||
--go-header-file "${SCRIPT_ROOT}"/hack/custom-boilerplate.go.txt | |||
--go-header-file "${SCRIPT_ROOT}"/hack/custom-boilerplate.go.txt \ | |||
-o ./ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change. What is it for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fix when GOPATH installed explicitly (for example in GoLand IDE and multiple golang version installed, but not happens for the single and system golang version) code generation will be targeted to the GOPATH\src instead of the root project path.
Thanks for raising @dmvolod. We wanted to add a unit test today and would have stumbled over it, I guess 😃 |
Seems to |
👍 |
1 similar comment
👍 |
Ineffectual assignment of the envVars for connection pooler if
spec.TLS
is specified.@FxKu please have a look at this bug and try to fit it into the 1.9 if possible
Test case can be added, but this case should be covered by the linter