Skip to content

Commit 972e8a9

Browse files
committed
update workflows
1 parent d8631a6 commit 972e8a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
5050
- name: Install Helm chart and run Helm tests
5151
run: |
52+
if [ -f $CHART_DIRECTORY/.setup.yaml ]; then
53+
kubectl apply --server-side --field-manager integration-test --force-conflicts -f $CHART_DIRECTORY/.setup.yaml
54+
sleep 5
55+
fi
5256
release_name=$(yq .name $CHART_DIRECTORY/Chart.yaml)
5357
kubectl create ns operator-system
5458
helm -n operator-system upgrade -i $release_name --wait --timeout 5m $CHART_DIRECTORY

0 commit comments

Comments
 (0)