diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml index 45a2f9b0..e73acb31 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml @@ -29,10 +29,10 @@ spec: sidecar.opentelemetry.io/inject: "{{ .Release.Namespace}}/{{ .Release.Name }}-opentelemetry-collector" {{- end }} spec: - containers: {{- if .Values.logIngest.enabled }} - serviceAccountName: "{{ .Release.Name }}-otel-collector" + serviceAccountName: "{{ .Release.Name }}-otel-collector" {{- end }} + containers: - name: "authentication" image: "{{ coalesce .Values.authentication.image.registry .Values.global.registry "docker.io"}}/{{ coalesce .Values.authentication.image.repository .Values.global.repository }}/{{ .Values.authentication.image.name }}:{{ .Values.authentication.image.tag | default "latest" }}" imagePullPolicy: {{ .Values.authentication.image.imagePullPolicy | default "IfNotPresent" }}