Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/gitops/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ spec:
value: "gitops"
- name: OTEL_EXPORTER_OTLP_TIMEOUT
value: "1"
- name: OTEL_RESOURCE_ATTRIBUTES:
value: "cluster={{.Values.cluster}}"
- name: OTEL_RESOURCE_ATTRIBUTES
value: "cluster={{.Values.environment.CLUSTER_NAME}}"
# We want to limit the length of the attributes so that we don't store too much
- name: OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT
value: "512"
Expand Down
Loading