Include tests on proxy and cert

This commit is contained in:
Nikola Jokic
2023-12-04 14:14:05 +01:00
parent 819a9264a0
commit 445ef94796
6 changed files with 389 additions and 0 deletions

View File

@@ -101,3 +101,10 @@ function cleanup_scale_set() {
kubectl wait --timeout=10s --for=delete AutoScalingRunnerSet -n "${NAMESPACE}" -l app.kubernetes.io/instance="${INSTALLATION_NAME}" --ignore-not-found
}
function install_openebs() {
echo "Install openebs/dynamic-localpv-provisioner"
helm repo add openebs https://openebs.github.io/charts
helm repo update
helm install openebs openebs/openebs --namespace openebs --create-namespace
}