Skip to content

Commit

Permalink
fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TehreemNisa committed Jan 18, 2024
1 parent 46f043a commit cbbc13b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
- name: Re-encode modified alertmanager content for cluster
ansible.builtin.set_fact:
encoded_alertmanager_secret_content: "{{ modified_alertmanager_secret_content | to_nice_yaml | b64encode }}"
when: $provision_mode == "hubAndSpoke"
vars:
provision_mode_check: "{{ provision_mode }}"
when: provision_mode_check == "hubAndSpoke"

- name: Create a new SyncSet for each cluster to patch alertmanager-main secret
kubernetes.core.k8s:
Expand Down

0 comments on commit cbbc13b

Please sign in to comment.