Fix some typo (#9056)

* fix ingress controller task name

* fix calico word

* add check typo
This commit is contained in:
Samuel Liu
2022-07-12 00:49:48 +08:00
committed by GitHub
parent 058e05df41
commit d821bed2ea
4 changed files with 12 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
ingress_nginx_templates: "{{ ingress_nginx_templates_for_psp + ingress_nginx_templates }}"
when: podsecuritypolicy_enabled
- name: NGINX Ingress Controller | Append extra templates to NGINX Ingress Templates list for PodSecurityPolicy
- name: NGINX Ingress Controller | Append extra templates to NGINX Ingress Templates list for webhook
set_fact:
ingress_nginx_templates: "{{ ingress_nginx_templates + ingress_nginx_templates_for_webhook }}"
when: ingress_nginx_webhook_enabled