We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c2a5a6 + 2184d70 commit 0c23326Copy full SHA for 0c23326
1 file changed
charts/gitops/templates/deployment.yml
@@ -90,8 +90,8 @@ spec:
90
value: "gitops"
91
- name: OTEL_EXPORTER_OTLP_TIMEOUT
92
value: "1"
93
- - name: OTEL_RESOURCE_ATTRIBUTES:
94
- value: "cluster={{.Values.cluster}}"
+ - name: OTEL_RESOURCE_ATTRIBUTES
+ value: "cluster={{.Values.environment.CLUSTER_NAME}}"
95
# We want to limit the length of the attributes so that we don't store too much
96
- name: OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT
97
value: "512"
0 commit comments