Skip to content

Commit

Permalink
part of backporting the fix to the label include processing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Oct 26, 2023
1 parent b732a25 commit bdd0295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/v1.73/kiali-deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@
- current_cluster_wide_access is defined
- current_cluster_wide_access|bool == False
- current_label_selector_include is defined
- current_label_selector_include != ""
- kiali_vars.api.namespaces.label_selector_include is defined
- current_label_selector_include != kiali_vars.api.namespaces.label_selector_include

Expand Down Expand Up @@ -884,6 +885,7 @@
when:
- no_longer_accessible_namespaces is defined
- current_label_selector_include is defined
- current_label_selector_include != ""

- name: Create additional Kiali label on all accessible namespaces
vars:
Expand Down

0 comments on commit bdd0295

Please sign in to comment.