Fix test.

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-03-09 10:09:50 -08:00
committed by kfox1111
parent 493ad8fbed
commit 7d1f8217ce
2 changed files with 2 additions and 2 deletions
@@ -2,4 +2,4 @@
helm install cert-manager cert-manager --namespace cert-manager --create-namespace --version v1.11.0 --set installCRDs=true --repo https://charts.jetstack.io --wait
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
kubectl apply -f $SCRIPT_DIR/cert-manager-ca.yaml -n "$VALUES"
kubectl apply -f $SCRIPT_DIR/cert-manager-ca.yaml -n "$scenario"
+1 -1
View File
@@ -152,7 +152,7 @@ jobs:
- name: Run chart-testing (install)
run: |
scenario="$(basename "${TEST_DIR}")"
export scenario="$(basename "${TEST_DIR}")"
[ "${scenario}" != "default" ] && kubectl create namespace "${scenario}"
post-install() {
[ -x "${TEST_DIR}/post-install.sh" ] && "${TEST_DIR}/post-install.sh"