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

remove pointer from Users field #1892

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

pjuarezd
Copy link
Member

@pjuarezd pjuarezd commented Nov 28, 2023

This fixes the problem when invoking /k8s/update-codegen.sh code generator.

 make binary
# github.com/minio/operator/pkg/client/applyconfiguration/minio.min.io/v2
pkg/client/applyconfiguration/minio.min.io/v2/tenantspec.go:309:29: cannot use *values[i] (variable of type "k8s.io/api/core/v1".LocalObjectReference) as *"k8s.io/api/core/v1".LocalObjectReference value in argument to append
make: *** [binary] Error 1

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
@pjuarezd pjuarezd merged commit eaf5f0c into minio:master Nov 28, 2023
24 checks passed
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.

None yet

3 participants