Commit f56207bd authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #22674 from mml/kube-up-up-and-away

Auto commit by PR queue bot
parents c99e85c3 8ff06732
...@@ -417,7 +417,7 @@ function stage-images() { ...@@ -417,7 +417,7 @@ function stage-images() {
# "strip out quotes", and we really should be using a YAML library for # "strip out quotes", and we really should be using a YAML library for
# this, but PyYAML isn't shipped by default, and *rant rant rant ... SIGH* # this, but PyYAML isn't shipped by default, and *rant rant rant ... SIGH*
function yaml-quote { function yaml-quote {
echo "'$(echo "${@}" | sed -e "s/'/''/g")'" echo "'$(echo "${@:-}" | sed -e "s/'/''/g")'"
} }
# Builds the RUNTIME_CONFIG var from other feature enable options (such as # Builds the RUNTIME_CONFIG var from other feature enable options (such as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment