Skip to content

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
KnlnKS committed Aug 12, 2024
1 parent 79584e8 commit 02f0c23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/retool/templates/deployment_telemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ spec:
protocol: UDP
- containerPort: 4317
name: otel-traces
protocol: TCP
{{- if .Values.telemetry.extraPorts }}
{{- .Values.telemetry.extraPorts | toYaml | nindent 10 }}
{{- end }}
Expand Down Expand Up @@ -183,7 +182,6 @@ spec:
protocol: UDP
- name: otel-traces
port: 4317
protocol: TCP
selector:
{{- include "retool.telemetry.selectorLabels" . | nindent 4 }}
type: ClusterIP
Expand Down

0 comments on commit 02f0c23

Please sign in to comment.