Skip to content

Commit

Permalink
feat(helm): set tolerations for the operator
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Jun 4, 2024
1 parent 7c67598 commit 78d552c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/tailing-sidecar-operator/templates/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,3 +519,7 @@ spec:
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.operator.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
2 changes: 2 additions & 0 deletions helm/tailing-sidecar-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ operator:

affinity: {}

tolerations: []

sidecar:
image:
repository: public.ecr.aws/sumologic/tailing-sidecar
Expand Down

0 comments on commit 78d552c

Please sign in to comment.