diff --git a/charts/gitops/templates/deployment.yml b/charts/gitops/templates/deployment.yml index 2e90073..dcd1387 100644 --- a/charts/gitops/templates/deployment.yml +++ b/charts/gitops/templates/deployment.yml @@ -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"