Merge branch 'dynamic_clients' into client-secret-api-noop

This commit is contained in:
Margo Crawford
2022-06-13 15:52:34 -07:00
9 changed files with 147 additions and 60 deletions

View File

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