File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
helm-charts/splunk-otel-collector Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ emit_output "NEED_UPDATE"
113
113
awk '
114
114
!p && !/# Auto-instrumentation Libraries \(Start\)/ && !/# Auto-instrumentation Libraries \(End\)/ { print $0; next }
115
115
/# Auto-instrumentation Libraries \(Start\)/ {p=1; print $0; next}
116
- /# Auto-instrumentation Libraries \(End\)/ {p=0; while((getline line < "' $TEMP_VALUES_FILE ' ") > 0) printf " %s\n", line; print $0; next}
116
+ /# Auto-instrumentation Libraries \(End\)/ {p=0; while((getline line < "' $TEMP_VALUES_FILE ' ") > 0) printf " %s\n", line; print $0; next}
117
117
' " $VALUES_FILE_PATH " > " ${VALUES_FILE_PATH} .updated"
118
118
119
119
# Replace the original values.yaml with the updated version
Original file line number Diff line number Diff line change @@ -1263,6 +1263,7 @@ instrumentation:
1263
1263
# - repository: Specifies the Docker image repository.
1264
1264
# - tag: Indicates the Docker image tag.
1265
1265
# - env: (Optional) Allows you to add any additional environment variables.
1266
+ # Auto-instrumentation Libraries (Start)
1266
1267
java :
1267
1268
repository : ghcr.io/signalfx/splunk-otel-java/splunk-otel-java
1268
1269
tag : v2.12.0
You can’t perform that action at this time.
0 commit comments