Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akankshakumari393 committed Jun 23, 2021
1 parent ec74f30 commit 53795d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/app/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (kc *KafkaCluster) Install(ctx context.Context, namespace string) error {

func (kc *KafkaCluster) GetClusterScopedResources(ctx context.Context) []crv1alpha1.ObjectReference {
return []crv1alpha1.ObjectReference{
// ClusterRoles
// ClusterRoles
{
APIVersion: "v1",
Group: "rbac.authorization.k8s.io",
Expand Down Expand Up @@ -202,7 +202,7 @@ func (kc *KafkaCluster) GetClusterScopedResources(ctx context.Context) []crv1alp
Name: "strimzi-kafka-broker",
Resource: "clusterroles",
},

// ClusterRoleBindings
{
APIVersion: "v1",
Expand All @@ -222,7 +222,7 @@ func (kc *KafkaCluster) GetClusterScopedResources(ctx context.Context) []crv1alp
Name: "strimzi-cluster-operator-kafka-client-delegation",
Resource: "clusterrolebindings",
},

// CRDs
{
APIVersion: "v1",
Expand Down

0 comments on commit 53795d0

Please sign in to comment.