Skip to content

Commit

Permalink
Updating all-in-one path (jaegertracing#4234)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Van Fleet <[email protected]>

## Which problem is this PR solving?
- Resolves jaegertracing#4230

## Short description of the changes
- Updating the document to include the updated all-in-one path
- Adding one additional comment for those not briefed on kustomize

Signed-off-by: Jim Van Fleet <[email protected]>
Signed-off-by: shubbham1215 <[email protected]>
  • Loading branch information
bigfleet authored and shubbham1215 committed Mar 5, 2023
1 parent 22bc523 commit 76fe4dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/hotrod/kubernetes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ kind: Kustomization
bases:
# If you only want the hotrod application, uncomment this line and comment out jaeger-all-in-one
# - base/hotrod
- base/jaeger
# Leaving this uncommented will install both hotrod and an example all-in-one
- base/jaeger-all-in-one

namespace: example-hotrod

Expand Down

0 comments on commit 76fe4dc

Please sign in to comment.