Skip to content

Commit

Permalink
install into namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 6, 2024
1 parent c859553 commit 7b96c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ function cleanup() {
}
trap cleanup EXIT

helm install "${RELEASE_NAME}" ./charts/cryostat
helm install --namespace "${TEST_NAMESPACE}" "${RELEASE_NAME}" ./charts/cryostat
sleep "${SLEEP_DELAY:-60}"
helm test "${RELEASE_NAME}"

0 comments on commit 7b96c8f

Please sign in to comment.