Skip to content

Commit 224f072

Browse files
test
1 parent 0187ccd commit 224f072

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/nr-k8s-otel-collector/examples/k8s/rendered/daemonset-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ data:
558558
# Metadata attached by this processor is reliant on the uid & pod name. This would be sufficient for most types
559559
# of metrics but there are cases of metrics where a uid would not be present and thus metadata would
560560
# not be attached. To address cases like these, metadata attributes must be annotated in a different manner
561-
# such as by preserving some of the attributes presented by KSM.
561+
# such as by preserving some of the attributes presented by KSM!
562562
auth_type: "serviceAccount"
563563
passthrough: false
564564
filter:

charts/nr-k8s-otel-collector/examples/k8s/rendered/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/name: nr-k8s-otel-collector
2525
component: daemonset
2626
annotations:
27-
checksum/config: 500286f52e18eb4bd489ccf2e372737162efa5b191c5967325754e077c43ba04
27+
checksum/config: 0db0bd5b32c3419611ff58cefa25eea1622535b7389be062f2ee4cd9c3d407e8
2828
spec:
2929
serviceAccountName: example-nr-k8s-otel-collector
3030
containers:

charts/nr-k8s-otel-collector/templates/daemonset-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ data:
576576
# Metadata attached by this processor is reliant on the uid & pod name. This would be sufficient for most types
577577
# of metrics but there are cases of metrics where a uid would not be present and thus metadata would
578578
# not be attached. To address cases like these, metadata attributes must be annotated in a different manner
579-
# such as by preserving some of the attributes presented by KSM.
579+
# such as by preserving some of the attributes presented by KSM!
580580
auth_type: "serviceAccount"
581581
passthrough: false
582582
filter:

0 commit comments

Comments
 (0)