mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 22:02:53 +00:00
Add docs for priority classes & fix typo
This commit is contained in:
committed by
Seth Foster
parent
21062f0708
commit
dfa0f6d45e
@@ -42,7 +42,7 @@ spec:
|
||||
- name: {{ secret }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if control_plane_priorityclass is defined %}
|
||||
{% if control_plane_priority_class is defined %}
|
||||
priorityClassName: '{{ control_plane_priority_class }}'
|
||||
{% endif %}
|
||||
initContainers:
|
||||
|
||||
Reference in New Issue
Block a user