Skip to content

Commit

Permalink
chore(otellogs): move adding imagePullSecrets to ServiceAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Apr 14, 2023
1 parent df07ea6 commit 0ebe95f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changelog/2984.fixed.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fix(otellogs): configure imagePullSecrets for otellogs daemonset
fix(otellogs): configure imagePullSecrets for otellogs
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ spec:
{{- else }}
priorityClassName: {{ include "sumologic.metadata.name.priorityclass" $ctx | quote }}
{{- end }}
{{- if $.Values.sumologic.pullSecrets }}
imagePullSecrets:
{{ toYaml $.Values.sumologic.pullSecrets | indent 8 }}
{{- end }}
containers:
- args:
- --config=/etc/otelcol/config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ metadata:
app: {{ template "sumologic.labels.app.logs.collector.serviceaccount" . }}
{{- include "sumologic.labels.common" . | nindent 4 }}
{{- end }}
{{- if .Values.sumologic.pullSecrets }}
imagePullSecrets:
{{ toYaml .Values.sumologic.pullSecrets | indent 2 }}
{{- end }}

0 comments on commit 0ebe95f

Please sign in to comment.