Commit Graph

13 Commits

Author SHA1 Message Date
Nghia Tran 01b818c33f Update docs to use correct ingress gateway service. (#700)
* Update docs to use correct ingress gateway service.

* Update wording of knative-ingressgateway deprecation.

* Update wording of knative-ingressgateway deprecation per feeeback.
2019-01-16 08:42:31 -08:00
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Guang Ya Liu e57450a66b Use golang:alpine instead of golang for example Dockerfile. (#572)
* Use golang:alpine instead of golang for build-private-repo-go Dockerfile.

* wording tweaks
2018-11-27 13:38:22 -08:00
Ahmet Alp Balkan 33b7fbc9f7 use base64 -w0 instead of some random high number (#384)
This will yield the same result (single-line output as -w 0 disables line
breaks). However note that, -w flag doesn't exist in BSD base64, but this PR
is not about that.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-11-27 13:34:23 -08:00
Guang Ya Liu 47bef7c63f [sample/build-private-repo-go] Unify the format for build private repo. (#578) 2018-11-27 13:14:22 -08:00
Tyler Auerbeck d630a8fa81 Remove &image yaml anchors (#399) 2018-09-17 11:47:18 -07:00
Tyler Auerbeck b2254cbb42 Update docs to use kubectl long flags (#372)
* Update docs to use kubectl long flags

* adding back in the --filename flag (lost when manually merged)

* notice a few missed

* notice a few missed '-f' flags

* change -o to --output
2018-09-12 09:46:03 -07:00
Jason Hall f4642e3147 Use stringData for build secrets (#280) 2018-07-26 13:59:35 -07:00
Sam O'Dell 996815a363 Edits to build-private-go sample (#213)
* Edits to build-private-go sample

* More edits

* Fixing broken link

* Final edits

* Small tweaks to formatting; code comments

* Making Ryan's edits
2018-07-20 15:28:33 -07:00
Jason Hall 67cae4aaac Add install instructions from public GitHub repo (#192)
* Use public build template URLs

* include buildpack samples
2018-07-20 09:33:33 -07:00
Jason Hall 76b0b7c201 Use revision in build for private-repo sample (#101) 2018-07-11 08:49:34 -07:00
Ryan Gregg cb83bbe76c Clean up folder names to match helloworld style (#62)
* Rename samples to languge-specific folders

* Remove steren-app and steren-function since they aren't working

* Rename buildpack folders

* Rename buildpack-function
2018-07-10 10:14:34 -07:00