Skip to content

Commit

Permalink
fix lll
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 19, 2023
1 parent 9a20f78 commit ca46b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/controller/nats/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const (
ControllerName = "nats-manager"
ManagedByLabelKey = "app.kubernetes.io/managed-by"
ManagedByLabelValue = ControllerName
CreationNotAllowedMsg = "Only a single NATS CR with name: %s and namespace: %s is allowed to be created in a Kyma cluster."
CreationNotAllowedMsg = "Only a single NATS CR with name: %s and namespace: " +
"%s is allowed to be created in a Kyma cluster."
)

// Reconciler reconciles a NATS object.
Expand Down

0 comments on commit ca46b9a

Please sign in to comment.