Skip to content

Commit

Permalink
fix: tolerations for app chart
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jun 24, 2024
1 parent 520d517 commit da6120d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/contrib/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ spec:
{{- end }}
affinity:
{{- include "contrib-helpers.anti-affinity" . | nindent 8}}
{{- if .Values.tolerations }}
tolerations:
{{- tpl (.Values.tolerations | toYaml) . | nindent 8}}
{{- end }}
initContainers:
{{- if .Values.waitForPostgres }}
{{- include "contrib-helpers.init-containers.wait-for-postgres" . | nindent 8 }}
Expand Down

0 comments on commit da6120d

Please sign in to comment.