From d699274fe70e595cfe4d8ec9081de82e5c63b62c Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 00:54:38 +0800 Subject: [PATCH] fix: change kind from FluentBitConfig to ClusterFluentBitConfig for correct resource definition Signed-off-by: zhenyus --- .../authentication/templates/authentication/fluentbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml index 0145e82f..95ffb4c4 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml @@ -61,7 +61,7 @@ spec: parser: {{ .Release.Name }}-log-parser --- apiVersion: fluentbit.fluent.io/v1alpha2 -kind: FluentBitConfig +kind: ClusterFluentBitConfig metadata: name: {{ .Release.Name }}-log-collector-config namespace: freeleaps-logging-system