Skip to content

Commit

Permalink
Fixed indentation in YAML for deployment at otel-config.yaml (#9311)
Browse files Browse the repository at this point in the history
The name/value entry had an incorrect indentation that made the
documented process fail (Document ref:
https://opentelemetry.io/docs/collector/installation/)
  • Loading branch information
joseg2 authored Jan 18, 2024
1 parent 8131d31 commit 2370481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/k8s/otel-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ spec:
apiVersion: v1
fieldPath: status.podIP
- name: GOMEMLIMIT
value: 1600MiB
value: 1600MiB
volumeMounts:
- name: otel-collector-config-vol
mountPath: /conf
Expand Down

0 comments on commit 2370481

Please sign in to comment.