From 605314ff62f7b8e034c929412fcae1335ebb590d Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Tue, 21 Oct 2014 14:58:03 -0700 Subject: [PATCH] Second attempt at correctly unspecting FLUENTD_GCP --- cluster/gce/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index f0914bd8a46..c3470ce38f5 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -287,7 +287,7 @@ function kube-up { ) > "${KUBE_TEMP}/master-start.sh" # For logging to GCP we need to enable some minion scopes. - if [ -n "$FLUENTD_GCP" ] && [ "$FLUENTD_GCP" = "true" ]; then + if [[ "${FLUENTD_GCP-}" == "true" ]]; then MINION_SCOPES="${MINION_SCOPES}, https://www.googleapis.com/auth/logging.write" fi