Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Dec 22, 2024
1 parent d785821 commit cb41e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/customResource.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
var (
kspName = "kubearmorpolicies.security.kubearmor.com"
hspName = "kubearmorhostpolicies.security.kubearmor.com"
cspName = "kubearmorclusterpolicies.security.kubearmor.com"
kocName = "kubearmorconfigs.operator.kubearmor.com"
cspName = "kubearmorclusterpolicies.security.kubearmor.com"
kocName = "kubearmorconfigs.operator.kubearmor.com"
)

// CreateCustomResourceDefinition creates the CRD and add it into Kubernetes.
Expand Down

0 comments on commit cb41e00

Please sign in to comment.