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,7 +66,7 @@ spec:
{% endif %} {% endif %}
{% if tower_postgres_tolerations %} {% if tower_postgres_tolerations %}
tolerations: tolerations:
{{ tower_tolerations | indent(width=8) }} {{ tower_postgres_tolerations | indent(width=8) }}
{% endif %} {% endif %}
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata: