mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +00:00
Correction, replace tower_tolerations by tower_postgres_tolerations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user