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