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