From e7c7ebcb6bf8cfff22046ae559db89ac38a2d3e8 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 4 Sep 2025 15:39:21 +0800 Subject: [PATCH] fix authentication name --- .../authentication/templates/authentication/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magicleaps/helm-pkg/authentication/templates/authentication/deployment.yaml b/magicleaps/helm-pkg/authentication/templates/authentication/deployment.yaml index 11d9c438..71fa0f7b 100644 --- a/magicleaps/helm-pkg/authentication/templates/authentication/deployment.yaml +++ b/magicleaps/helm-pkg/authentication/templates/authentication/deployment.yaml @@ -10,7 +10,7 @@ metadata: annotations: opentelemetry.io/config-checksum: {{ include (print $.Template.BasePath "/authentication/opentelemetry.yaml") . | sha256sum }} {{- end }} - name: "{{ .Release.Name }}-authentication" + name: "{{ .Release.Name }}" namespace: {{ .Release.Namespace | quote }} spec: selector: