#!/usr/bin/env bash # set -euo pipefail IFS=$'\n\t' DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" : ${cpu:="500m"} : ${memory:="2Gi"} overrides="" if [ ! -z "${highmem:-}" ]; then overrides=$(jq --compact-output '.' <