mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Allow configuration of logrorate in GCE
This commit is contained in:
@@ -759,7 +759,9 @@ EOF
|
||||
|
||||
for var_name in ${PROVIDER_VARS}; do
|
||||
eval "local var_value=\$(yaml-quote \${${var_name}})"
|
||||
echo "${var_name}: ${var_value}" >>$file
|
||||
cat >>$file <<EOF
|
||||
${var_name}: ${var_value}
|
||||
EOF
|
||||
done
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user