Skip to content

Commit

Permalink
ci(helm): remove unused kustomize step when upgrading (#2564)
Browse files Browse the repository at this point in the history
removed unused kustomize step

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan authored Feb 7, 2023
1 parent 947676e commit f0673f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
make e2e-build-load-image IMG=gatekeeper-e2e-helm:latest CRD_IMG=gatekeeper-crds:latest
make e2e-helm-upgrade HELM_VERSION=${{ matrix.HELM_VERSION }} HELM_REPO=gatekeeper-e2e-helm HELM_CRD_REPO=gatekeeper-crds HELM_RELEASE=latest
- name: Manually apply the CRDs. Helm will not update CRDs.
run: |
kustomize build config/crd | kubectl apply -f -
- name: Run e2e after upgrade
run: |
make test-e2e
Expand Down

0 comments on commit f0673f5

Please sign in to comment.