Skip to content

Feature to allow adding sidecars through helm overrides#223

Open
MichaelSPaik wants to merge 1 commit into
wso2:4.7.xfrom
MichaelSPaik:feature/sidecar
Open

Feature to allow adding sidecars through helm overrides#223
MichaelSPaik wants to merge 1 commit into
wso2:4.7.xfrom
MichaelSPaik:feature/sidecar

Conversation

@MichaelSPaik
Copy link
Copy Markdown

@MichaelSPaik MichaelSPaik commented May 12, 2026

Purpose

Current deployment model prevents adding sidecars such as filebeat without having to pull the helm chart and injecting custom deployment.yaml

Goals

implementation of a templated sidecar from helm overrides increases flexibility for consumers

Approach

The implementation is just a simple toYaml from the helm overrides

User stories

Summary of user stories addressed by this change>

Release note

Add the ability to add custom sidecars from helm overrides

Documentation

N/A

Training

N/A

Certification

N/A

Marketing

N/A

Automation tests

  • N/A

Security checks

  • N/A

Samples

sidecar:
- name: filebeat-sidecar
  command: ["/bin/bash"]
  args: ["-c", "exec /entrypoint/entrypoint.sh"]
  image: docker.elastic.co/beats/filebeat:8.19.14
  imagePullPolicy: Always
  resources: {}
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
    - mountPath: /home/wso2carbon/logs
      name: logs

Related PRs

N/A

Migrations (if applicable)

N/A

Test environment

N/A

Learning

N/A

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e0ecf285-86e5-4a22-a2c3-02a4dbabd80f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants