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

Commit

Permalink
Add helm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 4, 2023
1 parent 831f765 commit 5b699d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
- name: Download values for participant
run: |
cd data-space-connector
cd data-space-connector/
wget -O values-participant.yaml ${{ env.GITOPS_REPO }}/${{ steps.branch-name.outputs.current_branch }}/${{ matrix.participant }}/${{ env.VALUES_DIR }}/values.yaml
cat values-participant.yaml
- name: Deploy applications
run: |
cd data-space-connector/
helm template ${{ secrets.OVERWRITE_VALUES }} -f values-participant.yaml . | oc -n argocd apply -f -

0 comments on commit 5b699d0

Please sign in to comment.