Skip to content

Commit

Permalink
Add cassandra schema job toleration (#598)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Nikolov <me@pavelnikolov.net>
  • Loading branch information
pavelnikolov authored Aug 28, 2024
1 parent 3060749 commit 4b3ba57
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 @@ -3,7 +3,7 @@ appVersion: 1.53.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 3.1.3
version: 3.2.0
# CronJobs require v1.21
kubeVersion: ">= 1.21-0"
keywords:
Expand Down
4 changes: 4 additions & 0 deletions charts/jaeger/templates/cassandra-schema-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ spec:
secret:
secretName: {{ .Values.storage.cassandra.tls.secretName }}
{{- end }}
{{- with .Values.schema.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end -}}
{{- end -}}
{{- end -}}
1 change: 1 addition & 0 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ kafka:
# use by Jaeger
schema:
annotations: {}
tolerations: []
image:
registry: ""
repository: jaegertracing/jaeger-cassandra-schema
Expand Down

0 comments on commit 4b3ba57

Please sign in to comment.