mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Remove unnecessary spaces ahead of custom yaml.
This commit is contained in:
parent
efee982582
commit
0ef45b4fcf
@ -2292,7 +2292,7 @@ function setup-addon-custom-yaml {
|
|||||||
if [ -n "${custom_yaml:-}" ]; then
|
if [ -n "${custom_yaml:-}" ]; then
|
||||||
# Replace with custom manifest.
|
# Replace with custom manifest.
|
||||||
cat > "${manifest_path}" <<EOF
|
cat > "${manifest_path}" <<EOF
|
||||||
$custom_yaml
|
$custom_yaml
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user