Skip to content

Commit

Permalink
Cleanup in operator tasks
Browse files Browse the repository at this point in the history
1. Rename "Set up default provider" to "Setup default provider"
2. Rename "Setup UI configmap" to "Setup UI plugin configmap"

Signed-off-by: Arik Hadas <ahadas@redhat.com>
  • Loading branch information
ahadas committed Jun 28, 2023
1 parent d89c36b commit f37982f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/roles/forkliftcontroller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
state: present
definition: "{{ lookup('template', 'api/mutatingwebhookconfiguration-forklift-api.yml.j2') }}"

- name: "Set up default provider"
- name: "Setup default provider"
k8s:
state: present
definition: "{{ lookup('template', 'controller/provider-host.yml.j2') }}"
Expand Down Expand Up @@ -167,7 +167,7 @@
- when: feature_ui_plugin|bool and not k8s_cluster|bool
block:

- name: "Setup UI configmap"
- name: "Setup UI plugin configmap"
k8s:
state: "{{ ui_plugin_state }}"
definition: "{{ lookup('template', 'ui-plugin/configmap-ui-plugin.yml.j2') }}"
Expand Down

0 comments on commit f37982f

Please sign in to comment.