Skip to content

Commit 90042f1

Browse files
authored
Merge pull request #1726 from paulfantom/move-jsonnet
*: move sync-to-internal-registry.jsonnet out of TLD
2 parents 047d504 + 3370f0b commit 90042f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/customizations/using-custom-container-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Some Kubernetes installations source all their images from an internal registry.
55
To produce the `docker pull/tag/push` commands that will synchronize upstream images to `internal-registry.com/organization` (after having run the `jb` command to populate the vendor directory):
66

77
```shell
8-
$ jsonnet -J vendor -S --tla-str repository=internal-registry.com/organization sync-to-internal-registry.jsonnet
8+
$ jsonnet -J vendor -S --tla-str repository=internal-registry.com/organization examples/sync-to-internal-registry.jsonnet
99
$ docker pull k8s.gcr.io/addon-resizer:1.8.4
1010
$ docker tag k8s.gcr.io/addon-resizer:1.8.4 internal-registry.com/organization/addon-resizer:1.8.4
1111
$ docker push internal-registry.com/organization/addon-resizer:1.8.4
File renamed without changes.

0 commit comments

Comments
 (0)