Skip to content

Commit

Permalink
Merge pull request #53 from Toaddyan/add-tolerations
Browse files Browse the repository at this point in the history
Adding ability for custom tolerations into collector
  • Loading branch information
jaronoff97 authored Nov 1, 2023
2 parents 904c452 + 44f703e commit ee9e007
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 ee9e007

Please sign in to comment.