Skip to content

Commit

Permalink
Merge pull request #82 from mojaloop/fix/5.4.0
Browse files Browse the repository at this point in the history
Fix/5.4.0
  • Loading branch information
aaronreynoza authored Sep 26, 2024
2 parents 4bea1d1 + 77b87b1 commit c34ef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojaloop/iac/playbooks/argomicrok8s_cluster_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
microk8s_group_HA: "master"
microk8s_group_WORKERS: "agent"

- hosts: bastion
- hosts: "{{ groups['bastion'] | sort | first }}"
become: true
roles:
- geerlingguy.k8s.helm
Expand Down

0 comments on commit c34ef67

Please sign in to comment.