Skip to content

Commit

Permalink
Merge pull request #91 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 6594ede + 3caf84a commit 95a1237
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.2
version: 0.26.3
keywords:
- jaeger
- opentracing
Expand Down
4 changes: 4 additions & 0 deletions charts/jaeger/templates/es-index-cleaner-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
spec:
template:
metadata:
{{- if .Values.esIndexCleaner.podAnnotations }}
annotations:
{{- toYaml .Values.esIndexCleaner.podAnnotations | nindent 8 }}
{{- end }}
labels:
{{- include "jaeger.selectorLabels" . | nindent 12 }}
app.kubernetes.io/component: es-index-cleaner
Expand Down
1 change: 1 addition & 0 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ esIndexCleaner:
affinity: {}
extraSecretMounts: []
extraConfigmapMounts: []
podAnnotations: {}
## Additional pod labels
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
Expand Down

0 comments on commit 95a1237

Please sign in to comment.