Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/send-data/kubernetes/install-helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ otellogs:
changeowner:
securityContext:
privileged: true
opentelemetry-operator:
admissionWebhooks:
create: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samiura I don't think we need this anymore after addressing the k8s label issue.

Copy link
Contributor Author

@samiura samiura Aug 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rnishtala-sumo I will confirm this once I have done testing without webhooks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is not needed, tried and tested. The operator should be installable without further configuration amendments. (tested)

manager:
env:
ENABLE_WEBHOOKS: "false"
tailing-sidecar-operator:
scc:
create: true
Expand Down