Skip to content

Commit

Permalink
Fixing linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Modem <[email protected]>
  • Loading branch information
modemn committed Oct 5, 2023
1 parent 8d780ff commit fb67083
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion roles/hlfsupport_console/tasks/k8s/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
namespace: "{{ namespace }}"
resource_definition: "{{ lookup('template', 'image_pull_secret.yml.j2') }}"
when: image_registry_username is defined and image_registry_email is defined and image_registry_password is defined


- name: Determine if operator exists
kubernetes.core.k8s_info:
Expand Down
1 change: 0 additions & 1 deletion roles/hlfsupport_console/tasks/openshift/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
namespace: "{{ project }}"
resource_definition: "{{ lookup('template', 'image_pull_secret.yml.j2') }}"
when: image_registry_username is defined and image_registry_email is defined and image_registry_password is defined


- name: Determine if operator exists
kubernetes.core.k8s_info:
Expand Down

0 comments on commit fb67083

Please sign in to comment.