From cb241e197d58b145720c443d15172d2e7edb1b48 Mon Sep 17 00:00:00 2001 From: Dave Stanke Date: Mon, 3 Dec 2018 17:59:18 -0500 Subject: [PATCH] Clarify description of cloudbuild.yaml (#102) --- cloudbuild.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index d8404c8..bf8aea7 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,4 +1,5 @@ -# Cloudbuild.yaml to deploy to staging +# This configuration file is used to build and deploy the app into a +# GKE cluster using Google Cloud Build. # # PREREQUISITES: # - Cloud Build service account must have role: "Kubernetes Engine Developer"