Skip to content

Commit

Permalink
fix(k8s-infra): remove debug comment from otel-deployment config temp…
Browse files Browse the repository at this point in the history
…late (#378)

* fix(k8s-infra): remove debug comment from otelDeployment config

* chore(release): 🔖 Bump up k8s-infra to 0.11.1

---------

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi authored Jan 11, 2024
1 parent 56cedd2 commit 7e7b159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-infra
description: Helm chart for collecting metrics and logs in K8s
type: application
version: 0.11.0
version: 0.11.1
appVersion: "0.88.0"
home: https://signoz.io
icon: https://signoz.io/img/SigNozLogo-orange.svg
Expand Down
1 change: 0 additions & 1 deletion charts/k8s-infra/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Build config file for deployment OpenTelemetry Collector: OtelDeployment
{{- if or (eq (len (index (index $config.service.pipelines "metrics/internal") "receivers")) 0) (eq (len (index (index $config.service.pipelines "metrics/internal") "exporters")) 0) }}
{{- $_ := unset $config.service.pipelines "metrics/internal" }}
{{- end }}
# - metrics/internal : {{ index $config.service.pipelines "metrics/internal" }}
{{- tpl (toYaml $config) . }}
{{- end }}

Expand Down

0 comments on commit 7e7b159

Please sign in to comment.