skaffold.yaml: annotate gcb profile
This commit is contained in:
parent
0d6e54f812
commit
074048ef5a
1 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,15 @@ deploy:
|
||||||
kubectl:
|
kubectl:
|
||||||
manifests:
|
manifests:
|
||||||
- ./kubernetes-manifests/**.yaml
|
- ./kubernetes-manifests/**.yaml
|
||||||
|
|
||||||
|
# "gcb" profile allows building and pushing the images
|
||||||
|
# on Google Container Builder without requiring docker
|
||||||
|
# installed on the developer machine. However, note that
|
||||||
|
# since GCB does not cache the builds, each build will
|
||||||
|
# start from scratch and therefore take a long time.
|
||||||
|
#
|
||||||
|
# This is not used by default. To use it, run:
|
||||||
|
# skaffold run -p gcb
|
||||||
profiles:
|
profiles:
|
||||||
- name: gcb
|
- name: gcb
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue