Correction, replace tower_tolerations by tower_postgres_tolerations

This commit is contained in:
Ernesto Pérez
2021-04-14 09:59:50 +02:00
parent 1cc47f7570
commit d4d9d2a982

View File

@@ -66,8 +66,8 @@ spec:
{% endif %}
{% if tower_postgres_tolerations %}
tolerations:
{{ tower_tolerations | indent(width=8) }}
{% endif %}
{{ tower_postgres_tolerations | indent(width=8) }}
{% endif %}
volumeClaimTemplates:
- metadata:
name: postgres