mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 09:01:33 +00:00
adding google cloud builder profile to skaffold
This commit is contained in:
@@ -5,8 +5,13 @@ build:
|
|||||||
- imageName: gcr.io/gcp-demo-200100/hello-world-nginx
|
- imageName: gcr.io/gcp-demo-200100/hello-world-nginx
|
||||||
kaniko:
|
kaniko:
|
||||||
gcsBucket: skaffold-kaniko-contexts
|
gcsBucket: skaffold-kaniko-contexts
|
||||||
pullSecret: /Users/tariqislam/opt/sa/kaniko-sa.json
|
pullSecret: /home/tariqislam/opt/sa/kaniko-sa.json
|
||||||
deploy:
|
deploy:
|
||||||
kubectl:
|
kubectl:
|
||||||
manifests:
|
manifests:
|
||||||
- hello-world-nginx*
|
- hello-world-nginx*
|
||||||
|
profiles:
|
||||||
|
- name: gcb
|
||||||
|
build:
|
||||||
|
googleCloudBuild:
|
||||||
|
projectId: gcp-demo-200100
|
||||||
|
Reference in New Issue
Block a user