Skip to content

Commit b8c85ac

Browse files
authored
chore: rename apm-mutating-webhook to apm-k8s-attacher (#3787)
Signed-off-by: Adrien Mannocci <[email protected]>
1 parent 11ccb38 commit b8c85ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/activation-method.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ function agentActivationMethodFromStartStack(startStack, log) {
8383
// and created by "dev-utils/make-distribution.sh".
8484
return 'aws-lambda-layer';
8585
} else if (process.env.ELASTIC_APM_ACTIVATION_METHOD === 'K8S') {
86-
// This envvar will be set in versions of apm-mutating-webhook after v0.1.0.
87-
// https://github.com/elastic/apm-mutating-webhook/blob/4faff6299dc689491d628c26503568b09f078cfa/charts/apm-attacher/values.yaml#L33-L38
86+
// This envvar will be set in versions of apm-k8s-attacher after v0.1.0.
87+
// https://github.com/elastic/apm-k8s-attacher/blob/4faff6299dc689491d628c26503568b09f078cfa/charts/apm-attacher/values.yaml#L33-L38
8888
return 'k8s-attach';
8989
} else if (
9090
process.env.NODE_OPTIONS &&

0 commit comments

Comments
 (0)