Skip to content

Commit

Permalink
docs/kustomize: update for gazette-broker => gazette/broker rename
Browse files Browse the repository at this point in the history
Don't always pull images, as developer images may be present locally.
  • Loading branch information
jgraettinger committed Jun 19, 2020
1 parent f9281b1 commit 7ff5a56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/overview-build-and-test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ builder. Run CI tests in a hermetic build environment:
Continuous integration builds of Gazette run tests 15 times, with race detection enabled.

Package release Docker images for the Gazette broker and examples,
as ``gazette-broker:latest`` and ``gazette-examples:latest``.
as ``gazette/broker:latest`` and ``gazette/examples:latest``.

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion kustomize/bases/broker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: gazette
image: gazette/broker
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion kustomize/bases/consumer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: consumer
image: consumer/image
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 7ff5a56

Please sign in to comment.