Skip to content

Commit

Permalink
Remove control-plane: controller-manager from assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs committed Dec 7, 2022
1 parent b4531f1 commit 0806789
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/e2e/stable/storageos/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
labels:
app: discoblocks
app.kubernetes.io/component: discoblocks
control-plane: controller-manager
name: discoblocks-controller-manager
namespace: kube-system
spec:
Expand All @@ -13,13 +12,11 @@ spec:
matchLabels:
app: discoblocks
app.kubernetes.io/component: discoblocks
control-plane: controller-manager
template:
metadata:
labels:
app: discoblocks
app.kubernetes.io/component: discoblocks
control-plane: controller-manager
spec:
schedulerName: default-scheduler
securityContext:
Expand Down Expand Up @@ -84,4 +81,4 @@ webhooks:
- UPDATE
resources:
- diskconfigs
sideEffects: None
sideEffects: None

0 comments on commit 0806789

Please sign in to comment.