Skip to content

Commit

Permalink
Updating all-in-one path (#4234)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Van Fleet <jim@jimvanfleet.com>

## Which problem is this PR solving?
- Resolves #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 <jim@jimvanfleet.com>
  • Loading branch information
bigfleet committed Feb 13, 2023
1 parent 5cef48e commit 5b58370
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 5b58370

Please sign in to comment.