Skip to content

Commit

Permalink
Merge pull request #520 from tuananh/patch-2
Browse files Browse the repository at this point in the history
add profiles section to annotated-skaffold
  • Loading branch information
dgageot authored May 8, 2018
2 parents 8e5b08d + 062a8a7 commit 3156817
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/annotated-skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ build:
# The template is compiled and executed against the current environment, with two automatic variables injected:
# - IMAGE_NAME: The name of the image being built, as supplied in the artifacts section
# - DIGEST: The digest of the newly built image.
# envTemplate: -
# envTemplate: -
# template: "{{.RELEASE}}-{{.IMAGE_NAME}}"

# tagPolicy:
# sha256: {}

Expand Down Expand Up @@ -73,3 +73,11 @@ deploy:
# - deployment/web-app1
# - namespace:deployment/web-app2
#

# profiles section has all the profile information which can be used to override any build or deploy configuration
profiles:
- name: gcb
build:
googleCloudBuild:
projectId: k8s-skaffold
# Google Cloud Build's project id

0 comments on commit 3156817

Please sign in to comment.