Skip to content

Commit

Permalink
sourcegraph: fix otel service account tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Nov 21, 2023
1 parent f794f4a commit 5df2846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
category: rbac
deploy: sourcegraph
app.kubernetes.io/component: otel-collector
{{- include "sourcegraph.serviceAccountAnnotations" (list .Values.openTelemetry "agent") | trim | nindent 2 -}}
{{- include "sourcegraph.serviceAccountAnnotations" (list .Values.openTelemetry "agent") | trim | nindent 2 }}
name: {{ include "sourcegraph.serviceAccountName" (list .Values.openTelemetry "agent") }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
category: rbac
deploy: sourcegraph
app.kubernetes.io/component: otel-collector
{{- include "sourcegraph.serviceAccountAnnotations" (list .Values.openTelemetry "gateway") | trim | nindent 2 -}}
{{- include "sourcegraph.serviceAccountAnnotations" (list .Values.openTelemetry "gateway") | trim | nindent 2 }}
name: {{ include "sourcegraph.serviceAccountName" (list .Values.openTelemetry "gateway") }}
{{- end }}

0 comments on commit 5df2846

Please sign in to comment.