add skaffold builder version
This commit is contained in:
parent
cfc009197a
commit
149a1571cd
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Cloudbuild.yaml to deploy to staging
|
# Cloudbuild.yaml to deploy to staging
|
||||||
#
|
#
|
||||||
# PREREQUISITES:
|
# PREREQUISITES:
|
||||||
# - Cloud Build service account must have roles: "Kubernetes Engine
|
# - Cloud Build service account must have role: "Kubernetes Engine Developer"
|
||||||
# Developer", "Storage Object Creator", "Storage Object"
|
|
||||||
|
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# GCP zone and GKE target cluster must be specified as substitutions
|
# GCP zone and GKE target cluster must be specified as substitutions
|
||||||
|
@ -11,7 +10,7 @@
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- id: 'Deploy application to cluster'
|
- id: 'Deploy application to cluster'
|
||||||
name: 'gcr.io/k8s-skaffold/skaffold'
|
name: 'gcr.io/k8s-skaffold/skaffold:v0.18.0'
|
||||||
entrypoint: 'bash'
|
entrypoint: 'bash'
|
||||||
args:
|
args:
|
||||||
- '-c'
|
- '-c'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue