Skip to content

Commit f7e082a

Browse files
committed
Clarify when to enable early chaining
1 parent 8f82a3b commit f7e082a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ operator:
4343
# The name of the webhook to patch after certificate generation occurs.
4444
# Should not normally need to change.
4545
webhookConfiguration: contrast-web-hook-configuration
46-
# Enable early chaining. Should normally be disabled unless DynaKube is used in classicStack mode.
46+
# Enable early chaining. Should only be enabled if you are using a dotnet-core AgentInjector and DynaKube is used in classicStack mode.
4747
enableEarlyChaining: false
4848
# Metadata for the operator deployment.
4949
labels: {}

src/Contrast.K8s.AgentOperator/Core/Chaining/DynaKubeHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public Task Handle(EntityReconciled<V1Beta1DynaKube> notification, CancellationT
3131
if (oneAgentSpec?.ClassicFullStack != null)
3232
{
3333
Logger.Warn("Dynatrace Operator is present and in classicFullStack mode. "
34-
+ "Please set the environment variable 'CONTRAST_ENABLE_EARLY_CHAINING=true' on the operator and restart the affected pods.");
34+
+ "If you are using a 'dotnet-core' AgentInjector, please set the environment variable 'CONTRAST_ENABLE_EARLY_CHAINING=true' on the agent-operator and restart the affected pods.");
3535
}
3636
}
3737

0 commit comments

Comments
 (0)