File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Run chart-testing (lint)
4646 if : steps.list-changed.outputs.changed == 'true'
4747 run : |
48- echo "validate-maintainers: false" > ct.yaml
49- ct lint --target-branch ${{ github.event.repository.default_branch }} --config ct.yaml
48+ ct lint --target-branch ${{ github.event.repository.default_branch }} --config charts/kube-ovn-v2/ct.yaml
5049
5150 - name : Install kind
5251 uses : helm/kind-action@v1.13.0
6564 id : install
6665 run : |
6766 kubectl label node --overwrite -l node-role.kubernetes.io/control-plane kube-ovn/role=master
68- ct install --target-branch ${{ github.event.repository.default_branch }}
67+ ct install --target-branch ${{ github.event.repository.default_branch }} --config charts/kube-ovn-v2/ct.yaml
6968
7069 - name : Check kube ovn pod restarts
7170 if : ${{ success() || (failure() && steps.install.conclusion == 'failure') }}
Original file line number Diff line number Diff line change 1+ .ct.yaml
Original file line number Diff line number Diff line change 1+ validate-maintainers : false
2+ namespace : kube-system
3+ release-label : app.kubernetes.io/instance
4+ skip-clean-up : true
You can’t perform that action at this time.
0 commit comments