UpstreamAuthority cert-manager support (#82)
This commit is contained in:
@@ -151,7 +151,15 @@ jobs:
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: |
|
||||
[ "$VALUES" != "default" ] && kubectl create namespace "$VALUES"
|
||||
post-install() {
|
||||
[ -x .github/tests/$VALUES/post-install.sh ] && .github/tests/$VALUES/post-install.sh
|
||||
exit $1
|
||||
}
|
||||
trap 'post-install $? $LINENO' EXIT
|
||||
[ -x .github/tests/$VALUES/pre-install.sh ] && .github/tests/$VALUES/pre-install.sh
|
||||
ct install --debug \
|
||||
--namespace $VALUES \
|
||||
--target-branch ${{ github.base_ref }} \
|
||||
--exclude-deprecated \
|
||||
${{ (matrix.values != 'default' && '--helm-extra-set-args "--values=.github/tests/$VALUES/values.yaml"') || '' }}
|
||||
|
||||
Reference in New Issue
Block a user