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