Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Dec 27, 2024
1 parent 1d11c58 commit 8db2b76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Install Helm chart and run Helm tests
run: |
if [ -f $CHART_DIRECTORY/.setup.yaml ]; then
kubectl apply -f $CHART_DIRECTORY/.setup.yaml
sleep 5
fi
release_name=$(yq .name $CHART_DIRECTORY/Chart.yaml)
kubectl create ns operator-system
helm -n operator-system upgrade -i $release_name --wait --timeout 5m $CHART_DIRECTORY
Expand Down

0 comments on commit 8db2b76

Please sign in to comment.