Skip to content

Commit

Permalink
Fix grand central deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomach committed Jan 10, 2024
1 parent e7a7439 commit 75b4f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crate/operator/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ async def get_pods_in_deployment(
:param name: The CrateDB custom resource name defining the CrateDB cluster.
"""
labels = {
LABEL_COMPONENT: "backup",
LABEL_MANAGED_BY: "crate-operator",
LABEL_NAME: name,
LABEL_PART_OF: "cratedb",
Expand Down

0 comments on commit 75b4f90

Please sign in to comment.