Add docs for priority classes & fix typo

This commit is contained in:
Christian M. Adams
2022-04-20 20:23:33 -04:00
committed by Seth Foster
parent 21062f0708
commit dfa0f6d45e
2 changed files with 20 additions and 1 deletions

View File

@@ -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: