diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 274b803..737745a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -22,6 +22,7 @@ jobs: - name: Helm dependency add run: | helm dependency list charts/harmony-chart 2> /dev/null | tail +2 | awk '{ print "helm" " repo add " $1 " " $3 }' | while read cmd; do $cmd || true; done + kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.1/cert-manager.crds.yaml --namespace=harmony - name: Helm dependency build run: |