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
|
||||
#
|
||||
# PREREQUISITES:
|
||||
# - Cloud Build service account must have roles: "Kubernetes Engine
|
||||
# Developer", "Storage Object Creator", "Storage Object"
|
||||
# - Cloud Build service account must have role: "Kubernetes Engine Developer"
|
||||
|
||||
# USAGE:
|
||||
# GCP zone and GKE target cluster must be specified as substitutions
|
||||
|
@ -11,7 +10,7 @@
|
|||
|
||||
steps:
|
||||
- id: 'Deploy application to cluster'
|
||||
name: 'gcr.io/k8s-skaffold/skaffold'
|
||||
name: 'gcr.io/k8s-skaffold/skaffold:v0.18.0'
|
||||
entrypoint: 'bash'
|
||||
args:
|
||||
- '-c'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue