Skip to content

Commit

Permalink
fix: tolerations added
Browse files Browse the repository at this point in the history
  • Loading branch information
SajadOrouji-TomTom committed Sep 14, 2023
1 parent e563dcc commit 5727440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/azure-devops-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: azure-devops-exporter
description: A Helm chart for Kubernetes ADO Exporter
type: application
version: 0.3.0
version: 0.4.0
appVersion: "1.16.0"

4 changes: 4 additions & 0 deletions charts/azure-devops-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}

0 comments on commit 5727440

Please sign in to comment.