Skip to content

Commit

Permalink
use correct operator label for instance in KUDO cli (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalik authored and alenkacz committed Jul 12, 2019
1 parent 257213b commit 0090741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kudoctl/bundle/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (p *PackageFiles) getCRDs() (*PackageCRDs, error) {
},
ObjectMeta: metav1.ObjectMeta{
Name: fmt.Sprintf("%s-%s", p.Operator.Name, rand.String(6)),
Labels: map[string]string{"controller-tools.k8s.io": "1.0", "operator": "zookeeper"},
Labels: map[string]string{"controller-tools.k8s.io": "1.0", "operator": p.Operator.Name},
},
Spec: v1alpha1.InstanceSpec{
OperatorVersion: v1.ObjectReference{
Expand Down

0 comments on commit 0090741

Please sign in to comment.