@@ -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
|
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 )
|
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"
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: |
|
run: |
|
||||||
scenario="$(basename "${TEST_DIR}")"
|
export scenario="$(basename "${TEST_DIR}")"
|
||||||
[ "${scenario}" != "default" ] && kubectl create namespace "${scenario}"
|
[ "${scenario}" != "default" ] && kubectl create namespace "${scenario}"
|
||||||
post-install() {
|
post-install() {
|
||||||
[ -x "${TEST_DIR}/post-install.sh" ] && "${TEST_DIR}/post-install.sh"
|
[ -x "${TEST_DIR}/post-install.sh" ] && "${TEST_DIR}/post-install.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user