Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 52fd42c

Browse files
committed
Clairfies --registry-host in relation to the default
1 parent 54bdb85 commit 52fd42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ builds must be pushed to a Docker registry in order for Kubernetes to be able to
1616
By default `tm` uses [Knative Local Registry](https://github.com/triggermesh/knative-local-registry)
1717
- equivalent to adding `--registry-host knative.registry.svc.cluster.local` to the commands below -
1818
so that builds can run without registry authentication.
19-
To use your own registry, replace `--registry-host` with secrets according to [tm docs](https://github.com/triggermesh/tm#docker-registry).
19+
To override, set `--registry-host` and secrets according to [tm docs](https://github.com/triggermesh/tm#docker-registry).
2020

2121
### Python
2222

0 commit comments

Comments
 (0)