Improve Go templates README (#2848)

Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
Matej Vašek 2025-05-28 16:18:18 +02:00 committed by GitHub
parent 22e4f6d53a
commit 01b5c3eef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9798 additions and 9787 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,8 @@ runtime: go
created: 2025-03-17T02:02:34.196208671+01:00
build:
buildEnvs:
- name: GOPRIVATE
value: example.com
- name: SERVICE_BINDING_ROOT
value: /bindings
volumes:
@ -51,6 +53,9 @@ name: go-fn
runtime: go
created: 2025-03-17T02:02:34.196208671+01:00
build:
buildEnvs:
- name: GOPRIVATE
value: example.com
volumes:
- hostPath: /home/jdoe/.netrc
path: /opt/app-root/src/.netrc

View File

@ -31,6 +31,8 @@ runtime: go
created: 2025-03-17T02:02:34.196208671+01:00
build:
buildEnvs:
- name: GOPRIVATE
value: example.com
- name: SERVICE_BINDING_ROOT
value: /bindings
volumes:
@ -47,6 +49,9 @@ name: go-fn
runtime: go
created: 2025-03-17T02:02:34.196208671+01:00
build:
buildEnvs:
- name: GOPRIVATE
value: example.com
volumes:
- hostPath: /home/jdoe/.netrc
path: /opt/app-root/src/.netrc