Skip to content

Commit

Permalink
Ensure CRDs are present
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 1, 2023
1 parent 411c197 commit 9fb14c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,9 @@ jobs:

- name: Run chart-testing (install)
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml
run: |
# hack to get CRDs in place
kubectl create -k https://github.com/CrunchyData/postgres-operator-examples/kustomize/install/crd
kubectl create -k https://github.com/OT-CONTAINER-KIT/redis-operator/config/crd
ct install --config ct.yaml

0 comments on commit 9fb14c1

Please sign in to comment.