Skip to content

Commit

Permalink
Merge pull request #92 from naseemkullah/master
Browse files Browse the repository at this point in the history
Add es-index-cleaner pod annotations.
  • Loading branch information
Naseem authored Apr 1, 2020
2 parents 95a1237 + e3ab2f5 commit 4d0d20b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.17.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
version: 0.26.3
version: 0.26.4
keywords:
- jaeger
- opentracing
Expand Down
8 changes: 4 additions & 4 deletions charts/jaeger/templates/es-index-cleaner-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ spec:
spec:
template:
metadata:
{{- if .Values.esIndexCleaner.podAnnotations }}
annotations:
{{- toYaml .Values.esIndexCleaner.podAnnotations | nindent 8 }}
{{- end }}
{{- if .Values.esIndexCleaner.podAnnotations }}
annotations:
{{- toYaml .Values.esIndexCleaner.podAnnotations | nindent 12 }}
{{- end }}
labels:
{{- include "jaeger.selectorLabels" . | nindent 12 }}
app.kubernetes.io/component: es-index-cleaner
Expand Down

0 comments on commit 4d0d20b

Please sign in to comment.