Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
John2020-cyber committed Jan 9, 2024
1 parent aaf2127 commit 1290485
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- 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: mode == 'hubAndSpoke'
when: 'mode == hubAndSpoke'

- name: Create a new SyncSet for each cluster to patch alertmanager-main secret
kubernetes.core.k8s:
Expand All @@ -67,5 +67,5 @@
alertmanager.yaml: "{{ encoded_alertmanager_secret_content }}"
when:
- create_integration_for | length > 0
- mode == 'hubAndSpoke'
- 'mode == hubAndSpoke'
register: syncset_creation_results

0 comments on commit 1290485

Please sign in to comment.