Skip to content

Commit

Permalink
Update kubernetes.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
caina-araujo-clickbus authored Nov 27, 2023
1 parent 03a5455 commit 9db45fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
PREFIX_NAME=pr-${{ github.event.number }}
PR_RELEASE_NAME=${RELEASE_NAME}-pr${{ github.event.number }}
PR_RELEASE_NAME=${PREFIX_NAME}-${RELEASE_NAME}
helm upgrade \
--install ${PR_RELEASE_NAME} ${CHART_PATH} \
Expand Down Expand Up @@ -193,8 +193,8 @@ jobs:
aws eks update-kubeconfig --name ${{ steps.env.outputs.eks_cluster }}
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
PREFIX_HOST=pr-${{ github.event.number }}
RELEASE_NAME=${RELEASE_NAME}-pr${{ github.event.number }}
PREFIX_NAME=pr-${{ github.event.number }}
PR_RELEASE_NAME=${PREFIX_NAME}-${RELEASE_NAME}
fi
helm uninstall ${RELEASE_NAME} -n ${NAMESPACE}

0 comments on commit 9db45fa

Please sign in to comment.