Skip to content

Commit 804f3f4

Browse files
committed
Fix service indentation
1 parent b3d3635 commit 804f3f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/datadog/ci/agent-otel-collector-ports-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ datadog:
1717
ports:
1818
- containerPort: "5317"
1919
hostPort: "5317"
20+
name: "otel-grpc"
2021
config: |
2122
receivers:
2223
otlp:

charts/datadog/templates/agent-services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ spec:
108108
name: {{ .name }}
109109
{{- end }}
110110
{{- end }}
111-
internalTrafficPolicy: Local
111+
internalTrafficPolicy: Local
112112
{{ end }}

0 commit comments

Comments
 (0)