Skip to content

Commit 0eec3a3

Browse files
authored
correct indentation of imagePullSecrets in indexer and lookback cronjobs (#568)
1 parent 6614677 commit 0eec3a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/jaeger/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.53.0
33
description: A Jaeger Helm chart for Kubernetes
44
name: jaeger
55
type: application
6-
version: 3.0.4
6+
version: 3.0.5
77
# CronJobs require v1.21
88
kubeVersion: ">= 1.21-0"
99
keywords:

charts/jaeger/templates/es-index-cleaner-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
{{- end }}
3939
spec:
4040
serviceAccountName: {{ template "jaeger.esIndexCleaner.serviceAccountName" . }}
41-
{{- include "esIndexCleaner.imagePullSecrets" . | nindent 12 }}
41+
{{- include "esIndexCleaner.imagePullSecrets" . | nindent 10 }}
4242
securityContext:
4343
{{- toYaml .Values.esIndexCleaner.podSecurityContext | nindent 12 }}
4444
containers:

charts/jaeger/templates/es-lookback-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
{{- end }}
3939
spec:
4040
serviceAccountName: {{ template "jaeger.esLookback.serviceAccountName" . }}
41-
{{- include "esLookback.imagePullSecrets" . | nindent 12 }}
41+
{{- include "esLookback.imagePullSecrets" . | nindent 10 }}
4242
securityContext:
4343
{{- toYaml .Values.esLookback.podSecurityContext | nindent 12 }}
4444
restartPolicy: OnFailure

0 commit comments

Comments
 (0)