Merge branch 'main' into dynamic_clients

This commit is contained in:
Ryan Richard 2022-06-13 12:29:09 -07:00
commit aceea7888b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ if [[ -z "${CONTAINED:-}" ]]; then
echo "generating code for ${kubeVersion} using ${CODEGEN_IMAGE}..." echo "generating code for ${kubeVersion} using ${CODEGEN_IMAGE}..."
docker run --rm \ docker run --rm \
--pull always \
--env CONTAINED=1 \ --env CONTAINED=1 \
--env CODEGEN_LOG_LEVEL="$debug_level" \ --env CODEGEN_LOG_LEVEL="$debug_level" \
--volume "${ROOT}:/work" \ --volume "${ROOT}:/work" \