From a961051e0cf24093b21a818099a8610643c103cc Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 00:30:49 +0800 Subject: [PATCH] fix: rename ClusterInput and update matchLabels for consistency Signed-off-by: zhenyus --- .../templates/authentication/fluentbit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml index 416f7839..1ecaa393 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/fluentbit.yaml @@ -52,7 +52,7 @@ spec: apiVersion: fluentbit.fluent.io/v1alpha2 kind: ClusterInput metadata: - name: {{ .Release.Name }}-log-collector-input + name: {{ .Release.Name }}-log-input labels: fluentbit.fluent.io/enabled: "true" spec: @@ -70,11 +70,11 @@ metadata: spec: inputSelector: matchLabels: - app.kubernetes.io/name: {{ .Release.Name }}-log-collector + app.kubernetes.io/name: {{ .Release.Name }}-log-input outputSelector: matchLabels: - app.kubernetes.io/name: {{ .Release.Name }}-log-collector + app.kubernetes.io/name: {{ .Release.Name }}-log-output parserSelector: matchLabels: - app.kubernetes.io/name: {{ .Release.Name }}-log-collector + app.kubernetes.io/name: {{ .Release.Name }}-log-parser {{- end }} \ No newline at end of file