Skip to content

Commit

Permalink
Cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Apr 25, 2023
1 parent 287d9cf commit 8a49727
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Contrast.K8s.AgentOperator/Modules/OptionsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ protected override void Load(ContainerBuilder builder)
eventQueueMergeWindowSeconds = parsedEventQueueMergeWindowSeconds;
}

// This should have been set to true by default on the GA release... but we forgot...
// Updated in 1.1.0 (which, yes is bad, but impact should be small).
// Users may override this on a per AgentConfiguration bases via the InitContainer override field.
var runInitContainersAsNonRoot = true;
if (GetEnvironmentVariableAsBoolean("CONTRAST_RUN_INIT_CONTAINER_AS_NON_ROOT", out var parsedRunInitContainersAsNonRoot))
Expand Down

0 comments on commit 8a49727

Please sign in to comment.