mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
allow web-specific tolerations
This commit is contained in:
parent
ac83e2c4c7
commit
254446d6a0
|
@ -142,7 +142,7 @@ spec:
|
|||
affinity:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.tolerations }}
|
||||
{{- with (default .Values.tolerations .Values.mastodon.web.tolerations) }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user