[all] Install CRDs for testing

This commit is contained in:
2023-03-06 10:38:14 +00:00
parent cc91cc2f98
commit 3d3535cb3b
10 changed files with 29629 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
if: steps.list-changed.outputs.changed == 'true'
- name: Install CRDs
run: |
cat crds/*.yaml | kubectl apply -f -
- name: Run chart-testing (install)
run: ct install --config .github/ct.yaml
if: steps.list-changed.outputs.changed == 'true'