Skip to content

Commit

Permalink
fix eks cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuss committed Oct 13, 2024
1 parent 8370d6e commit 16f5dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Generate kubeconfig for EKS
env:
CLUSTER_NAME: my-eks-cluster # Replace with your EKS cluster name
CLUSTER_NAME: my-cluster # Replace with your EKS cluster name
AWS_REGION: ${{ secrets.AWS_REGION }}
run: |
aws eks update-kubeconfig --name $CLUSTER_NAME --region $AWS_REGION --kubeconfig ./kubeconfig
Expand Down

0 comments on commit 16f5dec

Please sign in to comment.