From e60016366eb9f308aa29388eced396b1e209fcac Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 07:26:19 +0800 Subject: [PATCH] fix: correct indentation for OpenTelemetry config checksum annotation in deployment Signed-off-by: zhenyus --- .../authentication/templates/authentication/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml index bd7201ca..bdcc1599 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml @@ -8,7 +8,7 @@ metadata: app.kubernetes.io/instance: {{ .Release.Name }} {{- if .Values.logIngest.enabled }} annotations: - opentelemetry.io/config-checksum: {{ include (print $.Template.BasePath "/authentication/opentelemetry.yaml") . | sha256sum }} + opentelemetry.io/config-checksum: {{ include (print $.Template.BasePath "/authentication/opentelemetry.yaml") . | sha256sum }} {{- end }} name: "authentication" namespace: {{ .Release.Namespace | quote }}