Skip to content

Commit

Permalink
rest-push: cicd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed May 9, 2024
1 parent dc266ee commit 8bf7a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dc-rest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
k8s-name: ${{ env.K8S_NAME }}
k8s-namespace: collector
chart-path: ${{ env.WORKING_DIRECTORY}}/infrastructure/helm/rest-push
values-file: ${{ env.WORKING_DIRECTORY}}/${{ env.VALUES_YAML }}
values-file: ${{ env.VALUES_YAML }}
aws-access-key-id: ${{ secrets.AWS_DEV_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_DEV_ACCESS_KEY_SECRET }}
aws-eks-cluster-name: aws-main-eu-01
Expand Down

0 comments on commit 8bf7a0b

Please sign in to comment.