Skip to content

Commit

Permalink
Adding ability for custom tolerations into collector
Browse files Browse the repository at this point in the history
bump chart.yaml version
  • Loading branch information
Toaddyan committed Nov 1, 2023
1 parent 904c452 commit 44f703e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-otel-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kube-otel-stack
description: Chart for sending Kubernetes metrics to Lightstep using the OpenTelemetry Operator.
type: application
version: 0.3.5
version: 0.3.6
appVersion: 0.83.0
dependencies:
# cert manager must be manually installed because it has CRDs
Expand Down
4 changes: 4 additions & 0 deletions charts/kube-otel-stack/templates/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ spec:
{{- toYaml $collector.config.service | nindent 6 }}
resources:
{{- toYaml $collector.resources | nindent 4 }}
{{- if $collector.tolerations }}
tolerations:
{{- toYaml $collector.tolerations | nindent 4 }}
{{- end }}
{{- if $collector.volumes }}
volumes:
{{- toYaml $collector.volumes | nindent 4 }}
Expand Down

0 comments on commit 44f703e

Please sign in to comment.