Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Update Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Brunelli de Andrade committed Apr 22, 2021
1 parent 6148de2 commit 9a35cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/charlescd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,5 +451,5 @@ jobs:
- name: Deploy dev
uses: WyriHaximus/github-action-helm3@v2.1.3
with:
exec: export RABBITMQ_ERLANG_COOKIE=$(kubectl get secret --namespace default charlescd-rabbitmq -o jsonpath="{.data.rabbitmq-erlang-cookie}" | base64 --decode) && helm upgrade charlescd ./install/helm-chart/ --install --wait --atomic --values=./values-charles-dev.yaml --set rabbitmq.auth.erlangCookie=$RABBITMQ_ERLANG_COOKIE
exec: helm upgrade charlescd ./install/helm-chart/ --install --wait --atomic --values=./values-charles-dev.yaml --set rabbitmq.auth.erlangCookie=${{ secrets.RABBITMQ_ERLANG_COOKIE_DEV }}
kubeconfig: '${{ secrets.KUBECONFIG_DEV }}'

0 comments on commit 9a35cb1

Please sign in to comment.