fix: add missing annotations for OpenTelemetry configuration in deployment

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-16 07:25:09 +08:00
parent c85f4966c5
commit d7c952fe2e

View File

@ -6,6 +6,10 @@ metadata:
app.kubernetes.io/name: "authentication"
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.logIngest.enabled }}
annotations:
opentelemetry.io/config-checksum: {{ include (print $.Template.BasePath "/authentication/opentelemetry.yaml") . | sha256sum }}
{{- end }}
name: "authentication"
namespace: {{ .Release.Namespace | quote }}
spec: