Skip to content

Commit

Permalink
Fixing helm release duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
sijo5722-2021 committed Sep 26, 2024
1 parent 7443293 commit 77b87b1
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 77b87b1

Please sign in to comment.