mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-23 14:49:26 +00:00
[all] Install CRDs for testing
This commit is contained in:
4
.github/workflows/lint-test.yaml
vendored
4
.github/workflows/lint-test.yaml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user