From 96e4552cea16c728174ac4a540f4e8544966f1be Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 13 Feb 2023 08:12:13 -0500 Subject: [PATCH] Updating all-in-one path 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