From a8a0251f4e2b6cc5d07f0a7be27c7b22746795e9 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 07:01:35 +0800 Subject: [PATCH] feat: add OpenTelemetry config checksum to deployment annotations Signed-off-by: zhenyus --- .../authentication/templates/authentication/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml index e824b9e7..e559ee64 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml @@ -26,6 +26,7 @@ spec: annotations: app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/authentication/authentication-config.yaml") . | sha256sum }} {{- if .Values.logIngest.enabled }} + opentelemetry.io/config-checksum: {{ include (print $.Template.BasePath "/authentication/opentelemetry.yaml") . | sha256sum }} sidecar.opentelemetry.io/inject: "{{ .Release.Namespace}}/{{ .Release.Name }}-opentelemetry-collector" {{- end }} spec: