diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index e7feedee..6adb87f3 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -96,7 +96,8 @@ const ( NatsBinaryPath = "/gnatsd" // NatsContainerName is the name of the main container. NatsContainerName = "nats" +) // KubernetesNamespaceNatsIO represents the "nats-io" Kubernetes namespace. - KubernetesNamespaceNatsIO = "nats-io" -) + var KubernetesNamespaceNatsIO = "nats-io" +