From 5b58370009b93ae47fdbe5e3293746c51c4bfe8e Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 13 Feb 2023 14:40:21 -0500 Subject: [PATCH] Updating all-in-one path (#4234) Signed-off-by: Jim Van Fleet ## 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 --- examples/hotrod/kubernetes/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/hotrod/kubernetes/kustomization.yaml b/examples/hotrod/kubernetes/kustomization.yaml index 84859ec2772..9614a747a2f 100644 --- a/examples/hotrod/kubernetes/kustomization.yaml +++ b/examples/hotrod/kubernetes/kustomization.yaml @@ -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