mirror of https://github.com/knative/func.git
Improve Go templates README (#2848)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
22e4f6d53a
commit
01b5c3eef6
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue