Skip to content

Commit

Permalink
kubectl config
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Dec 18, 2024
1 parent 0b2a48b commit b59a040
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-publish-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

# - name: Setup kubectl
# uses: azure/setup-kubectl@v3
# with:
# version: 'latest'
- name: Setup kubectl
uses: azure/setup-kubectl@v3
with:
version: 'latest'

Check failure on line 27 in .github/workflows/release-publish-cluster.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

27:20 [quoted-strings] string value is redundantly quoted with double quotes

- name: Authenticate kubectl with EKS
run: |
aws eks update-kubeconfig --region eu-central-1 --name mpm
- name: Deploy to EKS
run: |
kubectl apply -f k8s/deployments/mpm-backend.yaml
kubectl apply -f . k8s/deployments
kubectl apply -f . k8s/services

Check failure on line 37 in .github/workflows/release-publish-cluster.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

37:1 [trailing-spaces] trailing spaces

0 comments on commit b59a040

Please sign in to comment.