Skip to content

Commit

Permalink
Change role name
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Nov 7, 2024
1 parent 8bbc40f commit 7a24692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
--region ${{ env.AWS_REGION }} \
--namespace kube-system \
--cluster test-eks-deploy-${{ github.event.number }}-a \
--role-name AmazonEKS_EBS_CSI_DriverRole_test-eks-deploy-${{ github.event.number }} \
--role-name eksctl-EBS-CSI-DriverRole-test-eks-deploy-${{ github.event.number }}-a \
--role-only \
--attach-policy-arn arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \
--approve
Expand All @@ -72,7 +72,7 @@ jobs:
--name aws-ebs-csi-driver \
--cluster test-eks-deploy-${{ github.event.number }}-a \
--region ${{ env.AWS_REGION }} \
--service-account-role-arn arn:aws:iam::567970947422:role/AmazonEKS_EBS_CSI_DriverRole_test-eks-deploy-${{ github.event.number }} \
--service-account-role-arn arn:aws:iam::567970947422:role/eksctl-EBS-CSI-DriverRole-test-eks-deploy-${{ github.event.number }}-a \
--force
- name: Create Wazuh indexer certificates
Expand Down

0 comments on commit 7a24692

Please sign in to comment.