Skip to content

Commit

Permalink
correct indentation of imagePullSecrets in indexer and lookback cronj…
Browse files Browse the repository at this point in the history
…obs (#568)
  • Loading branch information
coryflucas authored May 3, 2024
1 parent 6614677 commit 0eec3a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.53.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 3.0.4
version: 3.0.5
# CronJobs require v1.21
kubeVersion: ">= 1.21-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/templates/es-index-cleaner-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
{{- end }}
spec:
serviceAccountName: {{ template "jaeger.esIndexCleaner.serviceAccountName" . }}
{{- include "esIndexCleaner.imagePullSecrets" . | nindent 12 }}
{{- include "esIndexCleaner.imagePullSecrets" . | nindent 10 }}
securityContext:
{{- toYaml .Values.esIndexCleaner.podSecurityContext | nindent 12 }}
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/templates/es-lookback-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
{{- end }}
spec:
serviceAccountName: {{ template "jaeger.esLookback.serviceAccountName" . }}
{{- include "esLookback.imagePullSecrets" . | nindent 12 }}
{{- include "esLookback.imagePullSecrets" . | nindent 10 }}
securityContext:
{{- toYaml .Values.esLookback.podSecurityContext | nindent 12 }}
restartPolicy: OnFailure
Expand Down

0 comments on commit 0eec3a3

Please sign in to comment.