From e35db049e56436bb1068e103024305a0228df3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Thu, 16 Jan 2025 13:57:32 +0100 Subject: [PATCH] Don't change the cluster name just yet This will be done in a single change across the whole codebase later. --- services/audit/pkg/config/defaults/defaultconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/audit/pkg/config/defaults/defaultconfig.go b/services/audit/pkg/config/defaults/defaultconfig.go index f4bed88ac7..5d4282e679 100644 --- a/services/audit/pkg/config/defaults/defaultconfig.go +++ b/services/audit/pkg/config/defaults/defaultconfig.go @@ -25,7 +25,7 @@ func DefaultConfig() *config.Config { }, Events: config.Events{ Endpoint: "127.0.0.1:9233", - Cluster: "opencloud-cluster", + Cluster: "ocis-cluster", EnableTLS: false, }, Auditlog: config.Auditlog{