Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Mehul <mehulsharma4786@gmail.com>
  • Loading branch information
hellspawn679 committed Oct 1, 2024
1 parent 783ab93 commit 6dba3c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion charts/jaeger-v2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ keywords:
- jaeger
- opentracing
- tracing
- instrumentation
home: https://jaegertracing.io
icon: https://www.jaegertracing.io/img/jaeger-icon-reverse-color.svg
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger-v2/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data:
processors:
batch: {{ toYaml .Values.processors.batch | indent 6 }}
adaptive_sampling: {{ toYaml .Values.processors.adaptive_sampling | indent 6 }}
exporters:
jaeger_storage_exporter: {{ toYaml .Values.exporters.jaeger_storage_exporter | indent 6 }}
1 change: 0 additions & 1 deletion charts/jaeger-v2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ receivers:

processors:
batch: {}
adaptive_sampling: {}

exporters:
jaeger_storage_exporter: {}
Expand Down

0 comments on commit 6dba3c9

Please sign in to comment.