From 6ce615b9e92669a9945c02f7196ecbe95c2a2f40 Mon Sep 17 00:00:00 2001 From: "tariqislam@google.com" Date: Mon, 11 Jun 2018 16:55:22 +0000 Subject: [PATCH] adding google cloud builder profile to skaffold --- skaffold.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/skaffold.yaml b/skaffold.yaml index 81a214e..1af0d1c 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -5,8 +5,13 @@ build: - imageName: gcr.io/gcp-demo-200100/hello-world-nginx kaniko: gcsBucket: skaffold-kaniko-contexts - pullSecret: /Users/tariqislam/opt/sa/kaniko-sa.json + pullSecret: /home/tariqislam/opt/sa/kaniko-sa.json deploy: kubectl: manifests: - - hello-world-nginx* \ No newline at end of file + - hello-world-nginx* +profiles: + - name: gcb + build: + googleCloudBuild: + projectId: gcp-demo-200100