Skip to content

Test if sharding is disabled in project before cluster creation#745

Open
jknipper wants to merge 2 commits intomasterfrom
test_sharding_is_disabled
Open

Test if sharding is disabled in project before cluster creation#745
jknipper wants to merge 2 commits intomasterfrom
test_sharding_is_disabled

Conversation

@jknipper
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread pkg/controller/ground.go Outdated
return nil
}

if disabled, err := op.isShardingDisabledInProject(kluster); err != nil || !disabled {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we rework this to isShardingEnabled to avoid the double negation

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